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.