Gets or sets a value indicating whether the item will be printed in the report.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public bool Visible { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Visible As Boolean |
true to print this item; otherwise, false. The default is true.
See Also