ReportDesigner.SetDesigner(DependencyObject, ReportDesigner) Method
Sets the value of the ReportDesigner.Designer attached property for a given object.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v25.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| d | DependencyObject | An object for which the ReportDesigner.Designer attached property is set. |
| v | ReportDesigner | A ReportDesigner object to set for the specified object. |
See Also