[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.QueryPageSettingsEventArgs

QueryPageSettingsEventArgs Class

Provides data for the QueryPageSettings event.

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

Constructors

Name Description
QueryPageSettingsEventArgs(IPageSettings)

Initializes a new instance of the QueryPageSettingsEventArgs class.

QueryPageSettingsEventArgs(IPageSettings, PrintAction)

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

Properties

Name Description
PageSettings

Gets or sets the page settings for the page to be printed.

Extension Methods