Skip to main content
All docs
V26.1
  • AIReportGenerationPage(IAIReportGenerationPageView, IWizardRunnerContext) Constructor

    Initializes a new instance of the AIReportGenerationPage<TModel> class with specified settings.

    Namespace: DevExpress.AIIntegration.Reporting.Wizard.Presenters

    Assembly: DevExpress.AIIntegration.Reporting.Common.v26.1.dll

    Declaration

    public AIReportGenerationPage(
        IAIReportGenerationPageView view,
        IWizardRunnerContext context
    )

    Parameters

    Name Type Description
    view IAIReportGenerationPageView

    The view for the AIReportGenerationPageView wizard page.

    context IWizardRunnerContext

    An object that is used to run the Report Wizard.

    See Also