Skip to main content
A newer version of this page is available. .

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

ShowPrintOptionsForm

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

PageSetupDialog_Paper

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

PageSetupDialog_Resources

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