Skip to main content
All docs
V25.1
  • AINoDataEnterReportPromptPage(IAINoDataEnterReportPromptPageView, IWizardRunnerContext) Constructor

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

    Namespace: DevExpress.AIIntegration.Reporting.Wizard.Presenters

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public AINoDataEnterReportPromptPage(
        IAINoDataEnterReportPromptPageView view,
        IWizardRunnerContext context
    )

    Parameters

    Name Type Description
    view IAINoDataEnterReportPromptPageView

    The view for the AINoDataEnterReportPromptPageView wizard page.

    context IWizardRunnerContext

    An object that is used to run the Report Wizard.

    See Also