ReportView.EndPoints Property (Microsoft.PerformancePoint.Scorecards)
The endpoints collection
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlArrayAttribute> _
Public Property EndPoints As EndPointCollection
'Usage
Dim instance As ReportView
Dim value As EndPointCollection
value = instance.EndPoints
instance.EndPoints = value
[XmlArrayAttribute]
public EndPointCollection EndPoints { get; set; }
See Also
Reference
ReportView Class
ReportView Members
Microsoft.PerformancePoint.Scorecards Namespace