Search
ReportOptions.ShowHeader Property
See Also
 





Gets or sets a value indicating whether the columns headers are displayed.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public bool ShowHeader { get; set; }

Visual Basic  Copy Code

Public Property ShowHeader As Boolean

 Property Value

A Boolean value indicating whether to display column header. The default is true.

 See Also