| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal propertyName As String _ ) As Object | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public object this[ string propertyName ]; {get; set;} | |
Parameters
- propertyName
- The property name as string.
| ActiveReports.Chart | Request technical support |
| Item Property | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal propertyName As String _ ) As Object | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public object this[ string propertyName ]; {get; set;} | |