ArcGIS Pro 3.6 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 static Task<ReportTemplate> GetCustomTemplateInfoAsync( 
       string templatePath
    )
    Public Shared Function GetCustomTemplateInfoAsync( _
       ByVal templatePath As String _
    ) As Task(Of ReportTemplate)

    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, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also