ArcGIS Pro 3.7 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 Property SupplementalPageValues As List(Of String)
    public List<string> SupplementalPageValues {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also