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

ReportDesignerCommands.Attach(ReportDesigner) Method

Attaches the current ReportDesignerCommands object to a Report Designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void Attach(
    ReportDesigner designer
)

Parameters

Name Type Description
designer ReportDesigner

A ReportDesigner to which commands should be attached.

See Also