Share via


PmService.GetAnalyticReport Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/GetAnalyticReport", RequestNamespace:="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace:="https://www.microsoft.com/performancepoint/scorecards", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetAnalyticReport ( _
    analyticReportViewId As Guid, _
    version As Integer _
) As AnalyticReportState
'Usage
Dim instance As PmService
Dim analyticReportViewId As Guid
Dim version As Integer
Dim returnValue As AnalyticReportState

returnValue = instance.GetAnalyticReport(analyticReportViewId, version)
[SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/GetAnalyticReport", RequestNamespace="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace="https://www.microsoft.com/performancepoint/scorecards", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public AnalyticReportState GetAnalyticReport (
    Guid analyticReportViewId,
    int version
)

Parameters

  • analyticReportViewId
  • version

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace