ReportDesignerBase.DocumentOpened Event
Occurs each time a report designer document has been opened.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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