Search
PrintOptions.setResourceHeaderTextsPerPage Method
See Also
 






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: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setResourceHeaderTextsPerPage (
    boolean value
)

 Parameters

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