BIMonitoringServiceApplicationProxy.GetAnalyticReportView method

Gets an Analytic Chart or Analytic Grid report from the repository or back-end database.

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

Syntax

'Declaration
Public Function GetAnalyticReportView ( _
    analyticReportViewLocation As RepositoryLocation _
) As ReportView
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim analyticReportViewLocation As RepositoryLocation
Dim returnValue As ReportView

returnValue = instance.GetAnalyticReportView(analyticReportViewLocation)
public ReportView GetAnalyticReportView(
    RepositoryLocation analyticReportViewLocation
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.ReportView
The Analytic Chart or Analytic Grid report at the specified location.

Implements

IBIMonitoringServiceApplicationProxy.GetAnalyticReportView(RepositoryLocation)

Remarks

A temporary report is created by the SaveTemporaryAnalyticReport(ReportView) method. The temporary report location specifies the RepositoryLocation.ItemGuid property as the GUID returned from SaveTemporaryAnalyticReport(ReportView), the RepositoryLocation.ItemType property as equal to the FirstClassObjectType.TempReportView field, and the RepositoryLocation.ItemUrl property as an empty string.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace