ArcGIS Pro 3.7 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 Shared Function GetCustomTemplates( _
       ByVal templatePath As String _
    ) As IReadOnlyList(Of ReportTemplate)
    public static IReadOnlyList<ReportTemplate> GetCustomTemplates( 
       string templatePath
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also