Skip to main content

ReportDesigner.GetDocument(DependencyObject) Method

Gets the value of the ReportDesigner.Document attached property from a given object.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[Browsable(false)]
public static object GetDocument(
    DependencyObject d
)

Parameters

Name Type Description
d DependencyObject

An object whose ReportDesigner.Document property value should be returned.

Returns

Type Description
Object

An object associated with the specified object.

See Also