Share via


ReportView.EndPoints Property

Gets the collection of endpoints for a parameter destination.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property EndPoints As EndPointCollection
    Get
'Usage
Dim instance As ReportView
Dim value As EndPointCollection

value = instance.EndPoints
public EndPointCollection EndPoints { get; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.EndPointCollection
The collection of endpoints for a parameter destination.

Implements

IParameterPoint.EndPoints

See Also

Reference

ReportView Class

ReportView Members

Microsoft.PerformancePoint.Scorecards Namespace