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