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

ReportDesigner.ActualCommands Property

Provides access to actual commands of a Report Designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

Declaration

public ReportDesignerCommands ActualCommands { get; }

Property Value

Type Description
ReportDesignerCommands

An object that provides a set of Report Designer commands.

See Also