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

ReportDesignerBase.DocumentOpened Event

Occurs each time a report designer document has been opened.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public event EventHandler<ReportDesignerDocumentEventArgs> DocumentOpened

Event Data

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

Property Description
Document Gets the report document currently being processed.

Remarks

Handle the DocumentOpened event to respond to opening a report designer document, which is specified by the ReportDesignerDocumentEventArgs.Document property of the event parameter.

See Also