ReportDesigner.GetDesigner(DependencyObject) Method
Gets the value of the ReportDesigner.Designer attached property from a given object.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| d | DependencyObject | An object whose ReportDesigner.Designer property value should be returned. |
Returns
| Type | Description |
|---|---|
| ReportDesigner | A ReportDesigner object associated with the specified object. |
See Also