Gets or sets a value indicating whether the column is displayed in the report.
Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting
C# Copy Code |
---|
public bool Visible { get; set; } |
Visual Basic Copy Code |
---|
Public Property Visible As Boolean |
A Boolean value indicating whether the column will be displayed in the report.
Invisible columns can still be used for sorting.