| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As Annotation | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Annotation this[ int index ]; {get;} | |
Parameters
- index
- The location of the item.
| ActiveReports.Viewer3 | Request technical support |
| Item Property | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As Annotation | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Annotation this[ int index ]; {get;} | |