ArcGIS Pro 3.6 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 static ReportTemplate GetCustomTemplateInfo( 
       string templatePath
    )
    Public Shared Function GetCustomTemplateInfo( _
       ByVal templatePath As String _
    ) As ReportTemplate

    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, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also