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

ReportDesignTool.DesignRibbonForm Property

Provides access to the ribbon-based End-User Report Designer form of the ReportDesignTool.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public IDesignForm DesignRibbonForm { get; }

Property Value

Type Description
IDesignForm

An object implementing the IDesignForm interface (typically, an XRDesignRibbonForm instance).

Remarks

To learn more, see Create a Custom End-User Report Designer.

See Also