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

ReportDesigner.Documents Property

Provides access to the collection of documents currently opened in the End-User Report Designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

Declaration

public ReadOnlyCollection<ReportDesignerDocument> Documents { get; }

Property Value

Type Description
ReadOnlyCollection<ReportDesignerDocument>

A collection of the ReportDesignerDocument objects opened in the Designer.

Remarks

The Report Designer is built on a multi-document interface, which allows users to open multiple report documents simultaneously. The Documents property provides access to all report documents currently opened in the designer.

See Also