ConnectionData.RowSlices Property
Gets or sets the collection of members from the row 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 RowSlices As MemberCollection
Get
Set
'Usage
Dim instance As ConnectionData
Dim value As MemberCollection
value = instance.RowSlices
instance.RowSlices = value
public MemberCollection RowSlices { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The collection of members from the row axis for slicing the cell data.