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

ReportModel.Clone() Method

Creates a new ReportModel instance, which is a copy of the current instance.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public virtual object Clone()

Returns

Type Description
Object

A new ReportModel instance, which is a copy of the current instance.

Implements

See Also