Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1SSRSDocumentSource Class / PageSettings Property

In This Topic
    PageSettings Property (C1SSRSDocumentSource)
    In This Topic
    Overriden. Gets or sets the C1PageSettings object specifying the page settings used to generate the SSRS report. This property is automatically updated when a new report is opened.
    Syntax
    'Declaration
     
    Public Overrides Property PageSettings As C1PageSettings
    public override C1PageSettings PageSettings {get; set;}
    See Also