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

IParameterPoint.BeginPoints

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.

See Also

Reference

Filter Class

Filter Members

Microsoft.PerformancePoint.Scorecards Namespace