Skip to main content
A newer version of this page is available. .
All docs
V20.2

WebDocumentViewerBuilder.AccessibilityCompliant(Boolean) Method

Enables accessibility mode

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerBuilder AccessibilityCompliant(
    bool value
)

Parameters

Name Type Description
value Boolean

True to enable accessibility mode; otherwise, false.

Returns

Type Description
WebDocumentViewerBuilder

A WebDocumentViewerBuilder that can be used in method chaining to configure the Document Viewer.

Remarks

Review the following help topic for more information: Accessibility in Reporting for Web.

See Also