Skip to main content

ITemplateProvider.GetTemplates(String, GetTemplatesHandler) Method

Returns the collection of report templates.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

void GetTemplates(
    string searchString,
    GetTemplatesHandler getTemplates
)

Parameters

Name Type Description
searchString String

A String value.

getTemplates DevExpress.XtraReports.Extensions.GetTemplatesHandler

A GetTemplatesHandler delegate.

See Also