Skip to main content
All docs
V25.1
  • WebDocumentViewerBuilderBase<TSettings, TImpl, TModel>.AccessibilityCompliant(Boolean) Method

    Enables accessibility mode.

    Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

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

    NuGet Package: DevExpress.AspNetCore.Reporting

    Declaration

    public TImpl AccessibilityCompliant(
        bool value
    )

    Parameters

    Name Type Description
    value Boolean

    True to enable accessibility mode; otherwise, false.

    Returns

    Type Description
    TImpl

    A WebDocumentViewerBuilderBase<TSettings, TImpl, TModel> that can be used in method chaining to configure the component.

    Remarks

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

    See Also