| Visual Basic (Declaration) | |
|---|---|
Public Property Text As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string Text {get; set;} | |
Return Value
The text of the AnnotationLine object.| C# | Copy Code |
|---|---|
using DataDynamics.ActiveReports.Viewer.Annotations; | |
| Visual Basic | Copy Code |
|---|---|
Imports DataDynamics.ActiveReports.Viewer.Annotations | |