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

ReportDesignerCommands.Designer Property

Specifies a Report Designer to which the current ReportDesignerCommands object is attached.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

Declaration

public ReportDesigner Designer { get; }

Property Value

Type Description
ReportDesigner

A ReportDesigner to which commands are attached.

See Also