ReportDesignerDetailItem.ReportDesigner Property
Gets the ASP.NET End-User Report Designer control.
Namespace: DevExpress.ExpressApp.ReportsV2.Web
Assembly: DevExpress.ExpressApp.ReportsV2.Web.v20.2.dll
Declaration
public ASPxReportDesigner ReportDesigner { get; }
Public ReadOnly Property ReportDesigner As ASPxReportDesigner
Property Value
Type | Description |
---|---|
ASPxReportDesigner | An ASPxReportDesigner object that specifies the report designer control. |
Remarks
An example of using this property is provided in the How to: Access the ASPxReportDesigner Control topic.
See Also
Feedback