| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As System.Object | |
| C# | |
|---|---|
public System.object this[ System.int index ]; {get;} | |
Parameters
- index
- The index of the item.
|
| ActiveReports Developer 7 | |
| Item Property | |
| See Also | |
| GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > XmlDataProvider Class : Item Property |
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As System.Object | |
| C# | |
|---|---|
public System.object this[ System.int index ]; {get;} | |