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

Gets the MDX from a reportView object.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetMdx ( _
    analyticReportViewId As Guid, _
    version As Integer _
) As String
'Usage
Dim instance As PmService
Dim analyticReportViewId As Guid
Dim version As Integer
Dim returnValue As String

returnValue = instance.GetMdx(analyticReportViewId, version)
[WebMethodAttribute] 
public string GetMdx (
    Guid analyticReportViewId,
    int version
)

Parameters

  • analyticReportViewId
    The ID of the analytic report.
  • version
    The version of the analytic report.

See Also

Reference

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