Skip to main content
A newer version of this page is available. .

ReportDesignerModel(ReportDesignerModel) Constructor

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

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

Declaration

public ReportDesignerModel(
    ReportDesignerModel source
)

Parameters

Name Type Description
source ReportDesignerModel

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

See Also