Search
ReportOptions.ShowHeadersOnAllPages Property
See Also
 





Gets or sets a value indicating whether the column headers are displayed on top of each page or only on the first one.

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

 Syntax

C#  Copy Code

public bool ShowHeadersOnAllPages { get; set; }

Visual Basic  Copy Code

Public Property ShowHeadersOnAllPages As Boolean

 Property Value

A Boolean value indicating whether the column headers should appear on each page. The default is false.

 See Also