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

IChooseReportTemplatePageView.FillTemplates(IEnumerable<TemplateInfo>) Method

If implemented, populates the list of available templates.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

void FillTemplates(
    IEnumerable<TemplateInfo> templates
)

Parameters

Name Type Description
templates IEnumerable<TemplateInfo>

A collection of TemplateInfo objects.

See Also