ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ComplexExporterOptionsForm Class / Paginated Property

In This Topic
    Paginated Property (ComplexExporterOptionsForm)
    In This Topic
    Gets or sets a value indicating whether the export should preserve pagination of the original document.
    Syntax
    'Declaration
     
    Public Overridable Property Paginated As System.Boolean
    public virtual System.bool Paginated {get; set;}
    See Also