PmService.GetReportViews Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets all reportViews in the system that the caller has access to.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetReportViews As ReportViewCollection
'Usage
Dim instance As PmService
Dim returnValue As ReportViewCollection

returnValue = instance.GetReportViews
[WebMethodAttribute] 
public ReportViewCollection GetReportViews ()

Return Value

A collection of reportViews.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace