Dela via


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

  • defaultColumnHeaderBackColor
    Type: System.Drawing.Color

    The default background color of the column headers.

  • defaultRowHeaderBackColor
    Type: System.Drawing.Color

    The default background color of the row headers.

Return Value

Type: Microsoft.PerformancePoint.Scorecards.ConfiguredView
A configured view with the default format settings.

See Also

Reference

ConfiguredView Class

ConfiguredView Members

Microsoft.PerformancePoint.Scorecards Namespace