ReportDesignerCommands.Designer Property
In This Article
Specifies a Report Designer to which the current ReportDesignerCommands object is attached.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public ReportDesigner Designer { get; }
#Property Value
Type | Description |
---|---|
Report |
A Report |
See Also