ActiveReports.Viewer3 Request technical support
Text Property
See Also 


Gets or sets the text to be rendered in the annotation.

Syntax

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

See Also