AIChooseReportTypePageView.Initialize(IEnumerable<IReportType>) Method
Initializes a wizard page with the specified options.
Namespace: DevExpress.AIIntegration.WinForms.Reporting.Wizard.Views
Assembly: DevExpress.AIIntegration.WinForms.Reporting.v25.1.dll
NuGet Package: DevExpress.AIIntegration.WinForms.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
reportTypes | IEnumerable<IReportType> | A collection of available report types. |
Implements
See Also