DataSource.FormattingDimensionName property

Gets or sets the name of the dimension that numeric formatting is applied to.

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

Syntax

'Declaration
Public Property FormattingDimensionName As String
    Get
    Set
'Usage
Dim instance As DataSource
Dim value As String

value = instance.FormattingDimensionName

instance.FormattingDimensionName = value
public string FormattingDimensionName { get; set; }

Property value

Type: System.String
The name of the dimension that numeric formatting is applied to.

Remarks

This is used by Analytic Chart and Analytic Grid reports, which display OLAP cube data.

See also

Reference

DataSource class

DataSource members

Microsoft.PerformancePoint.Scorecards namespace