ReportClonedEventArgs.Cloned Property
In This Article
Returns a report which is a copy of the original report.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public XtraReport Cloned { get; }
#Property Value
Type | Description |
---|---|
Xtra |
A copy of the original report. |
See Also