public static Task<ReportTemplate> GetCustomTemplateInfoAsync( string templatePath )
Public Shared Function GetCustomTemplateInfoAsync( _ ByVal templatePath As String _ ) As Task(Of ReportTemplate)
Parameters
- templatePath
- The path location of custom report templates.
Return Value
Awaitable task for a collection of custom report templates.