ConnectionData.ColumnSlices Property
Gets or sets the collection of members from the column axis for slicing the cell data.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ColumnSlices As MemberCollection
Get
Set
'Usage
Dim instance As ConnectionData
Dim value As MemberCollection
value = instance.ColumnSlices
instance.ColumnSlices = value
public MemberCollection ColumnSlices { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The collection of members from the column axis for slicing the cell data.