Skip to main content
A newer version of this page is available. .

ReportTemplateDirectoryExtension(String[]) Constructor

Initializes a new instance of the ReportTemplateDirectoryExtension class with the specified settings.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public ReportTemplateDirectoryExtension(
    string[] templatesPaths
)

Parameters

Name Type Description
templatesPaths String[]

An array of String values, specifying the paths to report template files.

See Also