ReportDesigner.GetDesigner(DependencyObject) Method
In This Article
Gets the value of the ReportDesigner.Designer attached property from a given object.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
[Browsable(false)]
public static ReportDesigner GetDesigner(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An object whose Report |
#Returns
Type | Description |
---|---|
Report |
A Report |
See Also