Skip to main content

ReportDesignerDocumentOperationFailedEventArgs.Document Property

Gets the report document currently being processed.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ReportDesignerDocument Document { get; }

Property Value

Type Description
ReportDesignerDocument

The report document currently being processed.

See Also