[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrintEventArgs

PrintEventArgs Class

Provides data for the BeginPrint and EndPrint events.

Namespace: GrapeCity.ActiveReports.Printing
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class PrintEventArgs : CancelEventArgs

Constructors

Name Description
PrintEventArgs()

Initializes a new instance of the PrintEventArgs class.

PrintEventArgs(PrintAction)

Initializes a new instance of the PrintEventArgs class with the specified print action.

Properties

Name Description
PrintAction

Returns PrintToFile in all cases.

Extension Methods