Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[Browsable(false)]
public static void SetDocumentSelector(
    DependencyObject d,
    object v
)

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