PrintProgressEventArgs Properties
Provides data for the PrintingSystemBase.PrintProgress and XtraReport.PrintProgress events.Name | Description |
---|---|
PageIndex | Gets the index of the current page that should be sent to a printer, next. |
PageSettings | Gets or sets the page settings of the current page that should be sent to a printer, next. |
PrintAction | Gets a value indicating what type of print operation is occurring. |
See Also