Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ReportTextExporter Class / SinglePage Property

In This Topic
    SinglePage Property
    In This Topic
    Gets or sets a value indicating whether report is exported as a single page (see C1.C1Report.FileFormatEnum.TextSinglePage).
    Syntax
    'Declaration
     
    Public Property SinglePage As Boolean
    public bool SinglePage {get; set;}
    See Also