Back to Devexpress

ASPxWebDocumentViewer.AccessibilityCompliant Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-aspxwebdocumentviewer-74d62f3b.md

latest1.4 KB
Original Source

ASPxWebDocumentViewer.AccessibilityCompliant Property

Enables accessibility mode.

Namespace : DevExpress.XtraReports.Web

Assembly : DevExpress.XtraReports.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue(false)]
public bool AccessibilityCompliant { get; set; }
vb
<DefaultValue(False)>
Public Property AccessibilityCompliant As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

True to enable accessibility mode; otherwise, false.

|

Remarks

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

See Also

ASPxWebDocumentViewer Class

ASPxWebDocumentViewer Members

DevExpress.XtraReports.Web Namespace