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