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

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

    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