Version

GetFormattingSettingsForField Method

Returns the formatting settings to be used for specific field and parameters.
Syntax
'Declaration
 
Function GetFormattingSettingsForField( _
   ByVal fieldName As String, _
   ByVal dataType As RVDashboardDataType, _
   ByVal currentSettings As RVFormattingSpec, _
   ByVal isAggregated As Boolean _
) As RVFormattingSpec
RVFormattingSpec GetFormattingSettingsForField( 
   string fieldName,
   RVDashboardDataType dataType,
   RVFormattingSpec currentSettings,
   bool isAggregated
)

Parameters

fieldName
The name of the field
dataType
The data type of the field
currentSettings
The original formatting settings for the field
isAggregated
The flag indicating if the passed field has aggregation

Return Value

The new formatting settings
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also