Skip to main content

ReportDesignerBuilder.Name(String) Method

Sets a specified identifier for the element representing the Web Report Designer on the page.

Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportDesignerBuilder Name(
    string name
)

Parameters

Name Type Description
name String

A string specifying the name of the Report Designer’s element on the page.

Returns

Type Description
ReportDesignerBuilder

A ReportDesignerBuilder that can be used to further configure the Report Designer.

See Also