ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / ReportOptions Class / NumberOfPreviewPages Property

In This Topic
    NumberOfPreviewPages Property
    In This Topic
    Gets and sets the number of preview pages in a report. To preview all the report pages use PreviewAllPages
    Syntax
    public int NumberOfPreviewPages {get; set;}
    Public Property NumberOfPreviewPages As Integer
    Remarks
    Valid values are 25, 50, 100, 250, 500. Other values will be ignored.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also