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

XRSummary.Clone() Method

Creates a copy of the current XRSummary object.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public XRSummary Clone()

Returns

Type Description
XRSummary

An XRSummary object which is a copy of the current object.

Remarks

This method creates a new instance of the XRSummary class and copies all the values of the current XRSummary‘s properties to it.

See Also