IParameterServiceGetParameterValueTextWithResolvedTokens Method |
Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxstring 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 Guid
- The ID of the MetricSet that the Parameter is in.
- parameterValue ParameterValue
- The parameter value.
- parameterId Guid
- The parameter ID.
Return Value
StringA
String representation of the
ParameterValue.
Exceptions
See Also