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
analyticReportViewLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the report in the repository.
formattingDimensionName
Type: System.StringThe 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