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 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
Public Function GetMdx ( _
analyticReportViewLocation As RepositoryLocation _
) As String
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim analyticReportViewLocation As RepositoryLocation
Dim returnValue As String
returnValue = instance.GetMdx(analyticReportViewLocation)
public string GetMdx(
RepositoryLocation analyticReportViewLocation
)
Parameters
analyticReportViewLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the report in the repository.
Return Value
Type: System.String
The MDX query string from an analytic report.
Implements
IBIMonitoringServiceApplicationProxy.GetMdx(RepositoryLocation)
See Also
Reference
BIMonitoringServiceApplicationProxy Class