ReportDesignerBuilder(IHtmlHelper) Constructor
Creates the ReportDesignerBuilder class’ instance.
Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner
Assembly: DevExpress.AspNetCore.Reporting.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
htmlHelper | IHtmlHelper | A helper object for creating the Report Designer. |
Remarks
Create the ReportDesignerBuilder object using the ReportDesigner(BuilderFactory) extension method instead.
@Html.DevExpress().ReportDesigner().Height("1000px")
See Also