ActiveReports3 Request technical support
Description Property
See Also 


Gets or sets the alternate description for the picture.  Used in the Html Export for the "alt" img tag property.

Syntax

Visual Basic (Declaration) 
Public Property Description As String
Visual Basic (Usage)Copy Code
Dim instance As Picture
Dim value As String
 
instance.Description = value
 
value = instance.Description
C# 
public string Description {get; set;}

See Also