Search
PrintOptions.ResourceHeaderTextsPerPage Property
See Also
 





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

 Syntax

C#  Copy Code

public bool ResourceHeaderTextsPerPage { get; set; }

Visual Basic  Copy Code

Public Property ResourceHeaderTextsPerPage As Boolean

 Property Value

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.

 See Also