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 (24.3.0.1000)
Syntax
string GetParameterValueText(
	Guid metricSetId,
	ParameterValue parameterValue,
	Guid parameterId
)

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: String
A String representation of the ParameterValue.
Exceptions
ExceptionCondition
ArgumentExceptionmetricSetId is Empty.
ArgumentNullExceptionparameterValue is .
NotFoundExceptionMetricSet cannot be found for the metricSetId.
See Also