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

GetCustomTemplatesAsync Method
Gets the custom report templates.
Syntax
public static Task<IReadOnlyList<ReportTemplate>> GetCustomTemplatesAsync( 
   string templatePath
)

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