Back to Devexpress

BuilderFactoryExtensions.ReportDesigner(BuilderFactory, String) Method

xtrareports-devexpress-dot-aspnetcore-dot-builderfactoryextensions-dot-reportdesigner-x28-devexpress-dot-aspnetcore-dot-builderfactory-system-dot-string-x29.md

latest2.6 KB
Original Source

BuilderFactoryExtensions.ReportDesigner(BuilderFactory, String) Method

The BuilderFactory class’ extension method required to create a Report Designer Builder.

Namespace : DevExpress.AspNetCore

Assembly : DevExpress.AspNetCore.Reporting.v25.2.dll

NuGet Package : DevExpress.AspNetCore.Reporting

Declaration

csharp
public static ReportDesignerBuilder ReportDesigner(
    this BuilderFactory factory,
    string name
)
vb
<ExtensionAttribute>
Public Shared Function ReportDesigner(
    factory As BuilderFactory,
    name As String
) As ReportDesignerBuilder

Parameters

NameTypeDescription
factoryBuilderFactory

The BuilderFactory instance that this method extends.

| | name | String |

An identifier for the element representing a Report Designer on the page.

|

Returns

TypeDescription
ReportDesignerBuilder

The object required to build a Report Designer.

|

Remarks

Use this extension method to create a Report Designer Builder and generate an element for a Report Designer on a page. The element’s identifier is specified using the value passed as the name parameter.

cshtml
@Html.DevExpress().ReportDesigner("ReportDesigner").Height("1000px")

See Also

BuilderFactoryExtensions Class

BuilderFactoryExtensions Members

DevExpress.AspNetCore Namespace