Skip to main content

ReportTemplateDirectoryExtension(String[]) Constructor

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

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.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