IParameterServiceGetParameterValueTextWithResolvedTokens Method |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax string GetParameterValueTextWithResolvedTokens(
Guid metricSetId,
ParameterValue parameterValue,
Guid parameterId
)
Function GetParameterValueTextWithResolvedTokens (
metricSetId As Guid,
parameterValue As ParameterValue,
parameterId As Guid
) As String
String^ GetParameterValueTextWithResolvedTokens(
Guid metricSetId,
ParameterValue^ parameterValue,
Guid parameterId
)
abstract GetParameterValueTextWithResolvedTokens :
metricSetId : Guid *
parameterValue : ParameterValue *
parameterId : Guid -> string
Parameters
- metricSetId
- Type: SystemGuid
The ID of the MetricSet that the Parameter is in. - parameterValue
- Type: Dundas.BI.Data.ParametersParameterValue
The parameter value. - parameterId
- Type: SystemGuid
The parameter ID.
Return Value
Type:
StringA
String representation of the
ParameterValue.
Exceptions See Also