Skip to main content
A newer version of this page is available. .

ReportDesignerDocumentSubreportLoadFailedEventArgs.Document Property

Gets the report designer document currently being processed.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ReportDesignerDocument Document { get; }

Property Value

Type Description
ReportDesignerDocument

The report designer document currently being processed.

See Also