Skip to main content

ReportWizardPageFactory<TModel> Class

Supports automatic creation of Report Wizard pages on the client side.

Namespace: DevExpress.Xpf.ReportDesigner.ReportWizard

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public class ReportWizardPageFactory<TModel> :
        IWizardPageFactory<TModel>
    where TModel : ReportModel

#Type Parameters

Name
TModel

#Inheritance

Object
ReportWizardPageFactory<TModel>
See Also