ReportDesigner.GetDocumentSelector(DependencyObject) Method
Gets the value of the ReportDesigner.DocumentSelector attached property from a given object.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
d | DependencyObject | An object whose ReportDesigner.DocumentSelector property value should be returned. |
Returns
Type | Description |
---|---|
Object | An object associated with the specified object. |
See Also