ArcGIS Pro 3.6 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 object this[ 
       string elementName
    ]; {get; set;}
    Public Default Property Item( _
       ByVal elementName As String _
    ) As Object

    Parameters

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also