Skip to main content
All docs
V26.1
  • AIReportWizardExtensions.RegisterAIReportWizard<TWizardModel>(IWizardCustomization<TWizardModel>) Method

    Namespace: DevExpress.AIIntegration.WinForms.Reporting.Wizard

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

    Declaration

    public static void RegisterAIReportWizard<TWizardModel>(
        this IWizardCustomization<TWizardModel> tool
    )
        where TWizardModel : XtraReportModel

    Parameters

    Name Type
    tool IWizardCustomization<TWizardModel>

    Type Parameters

    Name
    TWizardModel
    See Also