Gets a formatted value from the Values array.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
| C# |
|---|
public string GetFormattedValue( int index, Object item ) |
| Visual Basic |
|---|
Public Function GetFormattedValue ( _ index As Integer, _ item As Object _ ) As String |
Parameters
- index
- Type: System..::..Int32
Index of the field whose value should be retrieved.
- item
- Type: System..::..Object
Object that provides the unformatted value.