ReportDesignerViewModel.StartDesignError Event
In This Article
Occurs if a server error appears when a new report editing session is started.
Namespace: DevExpress.Xpf.ReportDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll
#Declaration
#Event Data
The StartDesignError event's handler receives an argument of the FaultEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Fault |
Gets the exception, raised if an error occurs.
Inherited from Simple |
Handled | Specifies whether the raised exception is handled or not. |
See Also