Share via


BIData.DisplayColumnName property

Gets the column name in the data table that contains the display name for the selected value in the provider Web Part.

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

Syntax

'Declaration
Public ReadOnly Property DisplayColumnName As String
    Get
'Usage
Dim instance As BIData
Dim value As String

value = instance.DisplayColumnName
public string DisplayColumnName { get; }

Property value

Type: System.String
The column name in the data table that contains the display name for the selected value in the provider Web Part.

See also

Reference

BIData class

BIData members

Microsoft.PerformancePoint.Scorecards namespace