ReportDesignerModel(ReportDesignerModel) Constructor
Initializes a new instance of the ReportDesignerModel class with the specified prototype.
Namespace: DevExpress.XtraReports.Web.ReportDesigner
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | ReportDesignerModel | A ReportDesignerModel object specifying a prototype for a new ReportDesignerModel instance. |
See Also