ReportDesigner.SetDocumentSelector(DependencyObject, Object) Method
Sets the value of the ReportDesigner.DocumentSelector attached property for 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 for which the ReportDesigner.DocumentSelector attached property is set. |
v | Object | An object to set for the specified object. |
See Also