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

In This Topic
    AccessibleDescription Property (Line)
    In This Topic
    Gets or sets the description of the control for 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.
    Example
    Line line = new Line();
    line.AccessibleDescription = "This is a vertical line.";
    See Also