MindFusion.Wpf Pack Programmer's Guide
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.Wpf.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 report headers are displayed on all pages.

 See Also

ReportOptions Members
ReportOptions Class
MindFusion.Scheduling.Reporting Namespace
ShowHeader Property