Annotation.Slice Property
Gets or sets the aggregation context of the slices that this annotation applies to, which includes the column, row, and page filters for the scorecard cell or cells.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Slice As String
Get
Set
'Usage
Dim instance As Annotation
Dim value As String
value = instance.Slice
instance.Slice = value
public string Slice { get; set; }
Property Value
Type: System.String
The aggregation context of the column, row, and page filters for the scorecard cell or cells that this annotation applies to.
Remarks
This member is reserved for internal use and is not intended to be used directly from your code.