Gets or sets a value indicating whether to cancel the rendering of this item.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public bool SkipRender { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SkipRender As Boolean |
true, to cancel the rendering of this item; otherwise, false.
RemarksThis property can be used to deliberately prevent some items from being rendered based on various criteria. Setting this property to false does not effect the report layout, that is, the item is considered hidden, but not collapsed.
See Also