ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportTemplateManager Class / GetCustomTemplateInfoAsync Method
The path location of custom report template.

In This Topic
    GetCustomTemplateInfoAsync Method
    In This Topic
    Gets the custom report templates.
    Syntax
    Public Shared Function GetCustomTemplateInfoAsync( _
       ByVal templatePath As String _
    ) As Task(Of ReportTemplate)
    public static Task<ReportTemplate> GetCustomTemplateInfoAsync( 
       string templatePath
    )

    Parameters

    templatePath
    The path location of custom report template.

    Return Value

    Awaitable task for a ReportTemplate custom report template information.
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also