Back to Devexpress

ReportDesignerDocument.ReportCloned Event

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-reportdesignerdocument-8a774af3.md

latest1.6 KB
Original Source

ReportDesignerDocument.ReportCloned Event

Occurs when a report displayed in the current designer document has been cloned.

Namespace : DevExpress.Xpf.Reports.UserDesigner

Assembly : DevExpress.Xpf.ReportDesigner.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public event EventHandler<ReportClonedEventArgs> ReportCloned
vb
Public Event ReportCloned As EventHandler(Of ReportClonedEventArgs)

Event Data

The ReportCloned event's data class is ReportClonedEventArgs. The following properties provide information specific to this event:

PropertyDescription
ClonedReturns a report which is a copy of the original report.
OriginalReturns an original report which has been cloned.

See Also

ReportDesignerDocument Class

ReportDesignerDocument Members

DevExpress.Xpf.Reports.UserDesigner Namespace