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

ChooseReportTemplatePageView.FillTemplates(IEnumerable<TemplateInfo>) Method

Populates the list of available templates.

Namespace: DevExpress.XtraReports.Wizards.Views

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public void FillTemplates(
    IEnumerable<TemplateInfo> templates
)

Parameters

Name Type Description
templates IEnumerable<TemplateInfo>

A collection of TemplateInfo objects.

See Also