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

    GetCustomTemplateInfoAsync Method
    Gets the custom report templates.
    Syntax
    public static Task<ReportTemplate> GetCustomTemplateInfoAsync( 
       string templatePath
    )

    Parameters

    templatePath
    The path location of custom report templates.

    Return Value

    Awaitable task for a collection of custom report templates.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also