ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportTemplateManager Class / GetCustomTemplateInfo Method
The path location of custom report template.

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

    Parameters

    templatePath
    The path location of custom report template.

    Return Value

    ReportTemplate custom report template information.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also