BIMonitoringServiceApplicationProxy.GetQueryResultMembers method

Gets the list of measures that are used in the specified Analytic Chart or Analytic Grid report.

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

Syntax

'Declaration
Public Function GetQueryResultMembers ( _
    analyticReportViewLocation As RepositoryLocation, _
    formattingDimensionName As String _
) As MemberCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim analyticReportViewLocation As RepositoryLocation
Dim formattingDimensionName As String
Dim returnValue As MemberCollection

returnValue = instance.GetQueryResultMembers(analyticReportViewLocation, _
    formattingDimensionName)
public MemberCollection GetQueryResultMembers(
    RepositoryLocation analyticReportViewLocation,
    string formattingDimensionName
)

Parameters

  • formattingDimensionName
    Type: System.String

    The name of the formatting dimension, or a null reference (Nothing in Visual Basic).

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The list of measures that are used in the specified Analytic Chart or Analytic Grid report.

Implements

IBIMonitoringServiceApplicationProxy.GetQueryResultMembers(RepositoryLocation, String)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace