ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / TiffExportSettings Class / Pagination Property

In This Topic
    Pagination Property (TiffExportSettings)
    In This Topic
    Gets or sets a value indicating whether pagination should be enabled in the exported TIFF document.
    Syntax
    'Declaration
     
    Public Property Pagination As BoolDefaultExportSetting
    public BoolDefaultExportSetting Pagination {get; set;}

    Property Value

    A BoolDefaultExportSetting object indicating whether pagination should be enabled. Set to true for rendering a report as a separate image, to false for rendering as a single image.
    See Also