corelibraries-devexpress-dot-xtraprinting-5193e82f.md
Provides data for the PrintingSystemBase.PrintProgress and XtraReport.PrintProgress events.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class PrintProgressEventArgs :
EventArgs
Public Class PrintProgressEventArgs
Inherits EventArgs
PrintProgressEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | PrintingSystemBase.PrintProgress |
| .NET Reporting Tools | XtraReport.PrintProgress |
The PrintingSystemBase.PrintProgress event occurs before sending every document page to a printer to indicate the current printing progress. A PrintProgressEventArgs introduces the PrintProgressEventArgs.PageIndex property, which contains the index of the current page; the PrintProgressEventArgs.PageSettings property, which provides access to the page settings of the current page; and the PrintProgressEventArgs.PrintAction property, which indicates what type of print operation is occurring.
Object EventArgs PrintProgressEventArgs
See Also