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

In This Topic
    GetCustomTemplates Method
    In This Topic
    Gets the custom report templates. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static IReadOnlyList<ReportTemplate> GetCustomTemplates( 
       string templatePath
    )
    Public Shared Function GetCustomTemplates( _
       ByVal templatePath As String _
    ) As IReadOnlyList(Of ReportTemplate)

    Parameters

    templatePath
    The path location of custom report templates.

    Return Value

    A collection of custom report templates.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    The templatePath is not valid.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also