Back to Devexpress

XRWatermark.TextAccessibleDescription Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrwatermark-120544ea.md

latest1.8 KB
Original Source

XRWatermark.TextAccessibleDescription Property

Specifies the description of a text watermark (XRWatermark) used by assistive technologies.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public string TextAccessibleDescription { get; set; }
vb
Public Property TextAccessibleDescription As String

Property Value

TypeDescription
String

The textual description of a control.

|

Remarks

Use the TextAccessibleDescription property to specify text that the screen reader pronounces. When you export a report to PDF, this property helps ensure that the output conforms to the PDF/UA standard. Note that the TextAccessibleDescription property has no effect if XRWatermark.TextAccessibleRole is not specified.

In the exported PDF, the description appears as the element’s alternate text in the document’s structure tree:

See Also

XRWatermark Class

XRWatermark Members

DevExpress.XtraReports.UI Namespace