Skip to main content

ReportDesignerModel(ReportDesignerModel) Constructor

Initializes a new instance of the ReportDesignerModel class with the specified prototype.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public ReportDesignerModel(
    ReportDesignerModel source
)

Parameters

Name Type Description
source ReportDesignerModel

A ReportDesignerModel object specifying a prototype for a new ReportDesignerModel instance.

See Also