[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.QueryPageSettingsEventArgs.-ctor

QueryPageSettingsEventArgs Constructor

QueryPageSettingsEventArgs(IPageSettings)

Initializes a new instance of the QueryPageSettingsEventArgs class.

Declaration
public QueryPageSettingsEventArgs(IPageSettings pageSettings)
Parameters
Type Name Description
IPageSettings pageSettings

The page settings for the page to be printed.

QueryPageSettingsEventArgs(IPageSettings, PrintAction)

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

Declaration
public QueryPageSettingsEventArgs(IPageSettings pageSettings, PrintAction printAction)
Parameters
Type Name Description
IPageSettings pageSettings

The page settings for the page to be printed.

PrintAction printAction

The type of print operation occurring.