Skip to main content
A newer version of this page is available. .

WebDocumentViewerBuilder.Name(String) Method

Sets a specified identifier for the element representing the Web Document Viewer on the page.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

Assembly: DevExpress.AspNetCore.Reporting.v19.1.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerBuilder Name(
    string name
)

Parameters

Name Type Description
name String

A string specifying the name of the Document Viewer’s element on the page.

Returns

Type Description
WebDocumentViewerBuilder

A WebDocumentViewerBuilder that can be used to further configure the Document Viewer.

See Also