ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Picture Class / Description Property

In This Topic
    Description Property (Picture)
    In This Topic
    Gets or sets the alternate description for the picture.  Used in the Html Export for the "alt" img tag property.
    Syntax
    'Declaration
     
    Public Property Description As String
    public string Description {get; set;}
    See Also