ExtensionsFactory.ReportDesigner(ReportDesignerSettings) Method
In This Article
Creates a ReportDesigner.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ReportDesignerExtension ReportDesigner(
ReportDesignerSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Report |
A Report |
#Returns
Type | Description |
---|---|
Report |
A Report |
See Also