Gets or sets a value indicating whether row header texts in a resource view are printed on each page or only once in the middle of the row.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool ResourceHeaderTextsPerPage { get; set; } |
Visual Basic Copy Code |
---|
Public Property ResourceHeaderTextsPerPage As Boolean |
true to print resource row header texts on each page; false to print the text in the middle of the row (on whatever page it might occur). The default is false.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |