Gets or sets the format of the page headers.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public string HeaderFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderFormat As String |
A string specifying the headers format. The default is "%D , Page %P".
See Also