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

ITemplateProvider.GetTemplates(String, GetTemplatesHandler) Method

Returns the collection of report templates.

Namespace: DevExpress.XtraReports.Extensions

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

Declaration

void GetTemplates(
    string searchString,
    GetTemplatesHandler getTemplates
)

Parameters

Name Type Description
searchString String

A String value.

getTemplates GetTemplatesHandler

A GetTemplatesHandler delegate.

See Also