[]
        
(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()
PrintEventArgs(PrintAction)

Properties

Name Description
PrintAction

Returns PrintToFile in all cases.

Extension Methods