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

WebDocumentViewerBuilder Class

A builder for the Web Document Viewer.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public class WebDocumentViewerBuilder :
    HtmlContentBuilderBase<WebDocumentViewerSettings, WebDocumentViewerBuilder>

Remarks

Create an instance of this class using the WebDocumentViewer extension method.

@Html.DevExpress().WebDocumentViewer("DocumentViewer").Height("1000px")

Refer to the ASP.NET Core Reporting article to learn how to add a Web Document Viewer to an ASP.NET Core application in detail.

Inheritance

Object
DevExpress.AspNetCore.Reporting.Native.HtmlContentBuilderBase<DevExpress.AspNetCore.Reporting.WebDocumentViewer.Native.WebDocumentViewerSettings, WebDocumentViewerBuilder>
WebDocumentViewerBuilder
See Also