ReportDesigner.SetDocument(DependencyObject, Object) Method
Sets the value of the ReportDesigner.Document attached property for a given object.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| d | DependencyObject | An object for which the ReportDesigner.Document attached property is set. |
| v | Object | An object to set for the specified object. |
See Also