ConfiguredView.CreateDefaultConfiguredView Method
Creates a default configured view.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function CreateDefaultConfiguredView ( _
defaultFont As Font, _
defaultCellBackColor As Color, _
defaultCellForeColor As Color, _
defaultColumnHeaderBackColor As Color, _
defaultRowHeaderBackColor As Color, _
defaultCellBorderColor As Color _
) As ConfiguredView
'Usage
Dim defaultFont As Font
Dim defaultCellBackColor As Color
Dim defaultCellForeColor As Color
Dim defaultColumnHeaderBackColor As Color
Dim defaultRowHeaderBackColor As Color
Dim defaultCellBorderColor As Color
Dim returnValue As ConfiguredView
returnValue = ConfiguredView.CreateDefaultConfiguredView(defaultFont, _
defaultCellBackColor, defaultCellForeColor, _
defaultColumnHeaderBackColor, defaultRowHeaderBackColor, _
defaultCellBorderColor)
public static ConfiguredView CreateDefaultConfiguredView(
Font defaultFont,
Color defaultCellBackColor,
Color defaultCellForeColor,
Color defaultColumnHeaderBackColor,
Color defaultRowHeaderBackColor,
Color defaultCellBorderColor
)
Parameters
defaultFont
Type: System.Drawing.FontThe default font of the scorecard.
defaultCellBackColor
Type: System.Drawing.ColorThe default background color of the scorecard.
defaultCellForeColor
Type: System.Drawing.ColorThe default foreground color of the scorecard.
defaultColumnHeaderBackColor
Type: System.Drawing.ColorThe default background color of the column headers.
defaultRowHeaderBackColor
Type: System.Drawing.ColorThe default background color of the row headers.
defaultCellBorderColor
Type: System.Drawing.ColorThe default border color.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.ConfiguredView
A configured view with the default format settings.