Filter.BeginPoints property
Gets the beginpoints for the filter.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property BeginPoints As ParameterDefinitionCollection
Get
'Usage
Dim instance As Filter
Dim value As ParameterDefinitionCollection
value = instance.BeginPoints
public ParameterDefinitionCollection BeginPoints { get; }
Property value
Type: Microsoft.PerformancePoint.Scorecards.ParameterDefinitionCollection
The beginpoints for the filter.
Implements
Remarks
This property specifies the connection source that can be used to filter and set conditions for connected reports and scorecards. Filters can define only one beginpoint.