ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportCustomTemplateDefinition Class / Item Property

In This Topic
    Item Property (ReportCustomTemplateDefinition)
    In This Topic
    Access and assign the data source by indexing the element name.
    Syntax
    Public Default Property Item( _
       ByVal elementName As String _
    ) As Object
    public object this[ 
       string elementName
    ]; {get; set;}

    Parameters

    elementName
    Exceptions
    ExceptionDescription
    elementName
    The assigned value must be a string.
    Requirements

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

    ArcGIS Pro version: 3.6 or higher.
    See Also