| Visual Basic (Declaration) | |
|---|---|
Function GetValue( _ ByVal fieldIndex As Integer _ ) As Object | |
| C# | |
|---|---|
object GetValue( int fieldIndex ) | |
Parameters
- fieldIndex
- The index of the field.
| DataDynamics.Reports.Extensibility | Support Forum |
| GetValue Method | |
| See Also | |
|
| DataDynamics.Reports.Extensibility.Data Namespace > IDataRecord Interface : GetValue Method |
| Visual Basic (Declaration) | |
|---|---|
Function GetValue( _ ByVal fieldIndex As Integer _ ) As Object | |
| C# | |
|---|---|
object GetValue( int fieldIndex ) | |