ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportCustomTemplateDefinition Class / SupplementalPageValues Property

In This Topic
    SupplementalPageValues Property
    In This Topic
    Gets and sets the list of supplemental page items to be used in the report. An item can either be a URI to a layout in the project or a path to a .pagx file on disk.
    Syntax
    public List<string> SupplementalPageValues {get; set;}
    Public Property SupplementalPageValues As List(Of String)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also