IBIMonitoringStore.GetReportView method
Retrieves a report from a SharePoint list.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function GetReportView ( _
location As RepositoryLocation _
) As ReportView
'Usage
Dim instance As IBIMonitoringStore
Dim location As RepositoryLocation
Dim returnValue As ReportView
returnValue = instance.GetReportView(location)
ReportView GetReportView(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the report in the SharePoint list.
Return value
Type: Microsoft.PerformancePoint.Scorecards.ReportView
The requested report, or a null reference (Nothing in Visual Basic) if it does not exist.