Page Setup Dialog
The Page Setup dialog is invoked with the SchedulerControl.ShowPrintOptionsForm method. It allows the end-user to set the time interval and resources to print and specify various print options.
Format Tab
This tab allows the end-user to select a predefined print style or define a new style. The collection of print styles is available using the SchedulerControl.PrintStyles property.
Paper Tab
This tab allows the end-user to specify the page settings for the print style. In code you can use the SchedulerPrintStyle.PageSettings property.
Resources Tab
This tab allows the end-user to specify resources to print. In code you can use the ResourceOptions property of the print style.
See Also