IBIMonitoringServiceApplicationProxy.GetMdx method

Gets the MDX query string from an analytic report.

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

Syntax

'Declaration
Function GetMdx ( _
    analyticReportViewLocation As RepositoryLocation _
) As String
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim analyticReportViewLocation As RepositoryLocation
Dim returnValue As String

returnValue = instance.GetMdx(analyticReportViewLocation)
string GetMdx(
    RepositoryLocation analyticReportViewLocation
)

Parameters

Return value

Type: System.String
The MDX query string from an analytic report.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace