Skip to main content
A newer version of this page is available. .

ReportDesigner.SetDesigner(DependencyObject, ReportDesigner) Method

Sets the value of the ReportDesigner.Designer attached property for a given object.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[Browsable(false)]
public static void SetDesigner(
    DependencyObject d,
    ReportDesigner v
)

Parameters

Name Type Description
d DependencyObject

An object for which the ReportDesigner.Designer attached property is set.

v ReportDesigner

A ReportDesigner object to set for the specified object.

See Also