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