Share via


QueryResult.ExtractQueryResultEmbeddedSymbols method

Extracts the left and right symbols from the dictionary.

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

Syntax

'Declaration
Public Shared Sub ExtractQueryResultEmbeddedSymbols ( _
    displayValue As String, _
    cultureNumberFormat As NumberFormatInfo, _
    ByRef leftSymbol As String, _
    ByRef rightSymbol As String _
)
'Usage
Dim displayValue As String
Dim cultureNumberFormat As NumberFormatInfo
Dim leftSymbol As String
Dim rightSymbol As StringQueryResult.ExtractQueryResultEmbeddedSymbols(displayValue, _
    cultureNumberFormat, leftSymbol, _
    rightSymbol)
public static void ExtractQueryResultEmbeddedSymbols(
    string displayValue,
    NumberFormatInfo cultureNumberFormat,
    ref string leftSymbol,
    ref string rightSymbol
)

Parameters

Remarks

ExtractQueryResultEmbeddedSymbols is used by the Export to Excel feature.

See also

Reference

QueryResult class

QueryResult members

Microsoft.PerformancePoint.Scorecards namespace