Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

#Inheritance

Object
DevExpress.AspNetCore.Reporting.Native.HtmlContentBuilderBase<DevExpress.AspNetCore.Reporting.ReportDesigner.Native.ReportDesignerSettings, ReportDesignerBuilder>
ClientControlContentBuilderBase<DevExpress.AspNetCore.Reporting.ReportDesigner.Native.ReportDesignerSettings, ReportDesignerBuilder>
ReportDesignerBuilder
See Also