ReportDesignerBuilder Class
A builder for the Web Report Designer.
Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner
Assembly: DevExpress.AspNetCore.Reporting.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
public class ReportDesignerBuilder :
ClientControlContentBuilderBase<ReportDesignerSettings, ReportDesignerBuilder>
#Remarks
Create an instance of this class using the ReportDesigner extension method.
@Html.DevExpress().ReportDesigner("ReportDesigner").Height("1000px")
Refer to the ASP.NET Core Reporting article to learn how to add a Web Report Designer to an ASP.NET Core application in detail.