Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an Analytic Chart or Analytic Grid report.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GetAnalyticReportView ( _
analyticReportViewLocation As RepositoryLocation _
) As ReportView
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim analyticReportViewLocation As RepositoryLocation
Dim returnValue As ReportView
returnValue = instance.GetAnalyticReportView(analyticReportViewLocation)
ReportView GetAnalyticReportView(
RepositoryLocation analyticReportViewLocation
)
Parameters
analyticReportViewLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the report in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.ReportView
The Analytic Chart or Analytic Grid report at the specified location.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface