[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Image.AccessibleDescription

AccessibleDescription Property

AccessibleDescription

Gets or sets a description of the control used by accessibility client applications.

Declaration
public ExpressionInfo AccessibleDescription { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object representing the accessible description of the image.

Examples
Image image = new Image();
image.AccessibleDescription = "Image of a product.";