ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Image Class / AccessibleDescription Property
Example

In This Topic
    AccessibleDescription Property (Image)
    In This Topic
    Gets or sets a description of the control used by accessibility client applications.
    Syntax
    'Declaration
     
    Public Property AccessibleDescription As ExpressionInfo
    public ExpressionInfo AccessibleDescription {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the accessible description of the image.
    Example
    Image image = new Image();
    image.AccessibleDescription = "Image of a product.";
    See Also