ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / QueryPageSettingsEventArgs Class / PageSettings Property

In This Topic
    PageSettings Property (QueryPageSettingsEventArgs)
    In This Topic
    Gets or sets the page settings for the page to be printed.
    Syntax
    'Declaration
     
    Public Property PageSettings As IPageSettings
    public IPageSettings PageSettings {get; set;}

    Property Value

    The page settings for the page to be printed.
    See Also