MindFusion WinForms Programmer's Guide
ReportItem.Visible Property
See Also
 





Gets or sets a value indicating whether the item will be printed in the report.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public bool Visible { get; set; }

Visual Basic  Copy Code

Public Property Visible As Boolean

 Property Value

true to print this item; otherwise, false. The default is true.

 See Also

ReportItem Members
ReportItem Class
MindFusion.Reporting Namespace