Share via


ReportView.BeginPoints Property

Gets the beginpoints for a parameter source.

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 ReportView
Dim value As ParameterDefinitionCollection

value = instance.BeginPoints
public ParameterDefinitionCollection BeginPoints { get; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.ParameterDefinitionCollection
The beginpoints for a parameter source.

Implements

IParameterPoint.BeginPoints

Remarks

The parameter source can be a scorecard or a filter.

See Also

Reference

ReportView Class

ReportView Members

Microsoft.PerformancePoint.Scorecards Namespace