Back to Devexpress

XRSummary.Clone() Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrsummary-0a7aff85.md

latest1.3 KB
Original Source

XRSummary.Clone() Method

Creates a copy of the current XRSummary object.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public XRSummary Clone()
vb
Public Function Clone As XRSummary

Returns

TypeDescription
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

XRSummary Class

XRSummary Members

DevExpress.XtraReports.UI Namespace