Share via


GridFormatInfo.Resolve method

Resolves format settings for cascading components of a scorecard view.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function Resolve ( _
    ParamArray args As GridFormatInfo() _
) As GridFormatInfo
'Usage
Dim args As GridFormatInfo()
Dim returnValue As GridFormatInfo

returnValue = GridFormatInfo.Resolve(args)
public static GridFormatInfo Resolve(
    params GridFormatInfo[] args
)

Parameters

  • args
    Type: []

    A variable number of cascading GridFormatInfo objects, from lowest level to highest level.

Return value

Type: Microsoft.PerformancePoint.Scorecards.GridFormatInfo
The merged format settings. Format settings defined for a cell override settings for headers, which in turn override the settings for the scorecard view.

See also

Reference

GridFormatInfo class

GridFormatInfo members

Microsoft.PerformancePoint.Scorecards namespace

Other resources

Scorecard Formatting