Skip to main content

WebDocumentViewerBuilder.Width(String) Method

Sets a specified width for the Web Document Viewer‘s element on the page.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerBuilder Width(
    string width
)

Parameters

Name Type Description
width String

A width for the Document Viewer element.

Returns

Type Description
WebDocumentViewerBuilder

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

See Also