ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Win Assembly / GrapeCity.ActiveReports.Win.Printing Namespace / Printer Class / CommonQueryPageSettings Event

In This Topic
    CommonQueryPageSettings Event
    In This Topic
    Occurs immediately before each Printer.PrintPage event.
    Syntax
    'Declaration
     
    Public Event CommonQueryPageSettings As QueryPageSettingsEventHandler
    public event QueryPageSettingsEventHandler CommonQueryPageSettings
    Event Data

    The event handler receives an argument of type QueryPageSettingsEventArgs containing data related to this event. The following QueryPageSettingsEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the page settings for the page to be printed.  
    See Also