ExtensionsFactory.ReportDesigner(ReportDesignerSettings) Method
Creates a ReportDesigner.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| settings | ReportDesignerSettings | A ReportDesignerSettings object containing ReportDesigner extension settings. |
Returns
| Type | Description |
|---|---|
| ReportDesignerExtension | A ReportDesignerExtension object implementing the ReportDesigner functionality. |
See Also