IParameterServiceGetParameterValueText Method

Gets a String representation of a ParameterValue.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
string GetParameterValueText(
	Guid metricSetId,
	ParameterValue parameterValue,
	Guid parameterId
)

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

String
A String representation of the ParameterValue.
Exceptions
ExceptionCondition
ArgumentExceptionmetricSetId is Empty.
ArgumentNullExceptionparameterValue is .
NotFoundExceptionMetricSet cannot be found for the metricSetId.
See Also