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

ReportDesigner.Commands Property

Provides access to an End-User Report Designer‘s aggregate commands.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ReportDesignerCommands Commands { get; set; }

Property Value

Type Description
ReportDesignerCommands

An object that provides a set of Report Designer commands.

See Also