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
Remarks
The parameter source can be a scorecard or a filter.