ReportClonedEventArgs(XtraReport, XtraReport) Constructor
In This Article
Initializes a new instance of the ReportClonedEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public ReportClonedEventArgs(
XtraReport original,
XtraReport cloned
)
#Parameters
Name | Type | Description |
---|---|---|
original | Xtra |
An original report, which has been cloned. This value is assigned to the Report |
cloned | Xtra |
A copy of the original report. This value is assigned to the Report |
See Also