FormulaMetricSetHideParameter Method

Sets the script metric set inherited parameter as private, and assigns it the specified default value.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public void HideParameter(
	InheritedParameter parameter,
	ParameterValue defaultValue
)

Parameters

parameter
Type: Dundas.BI.Data.ParametersInheritedParameter
The parameter.
defaultValue
Type: Dundas.BI.Data.ParametersParameterValue
The default value.
Exceptions
ExceptionCondition
ArgumentNullExceptionparameter or defaultValue is .
ArgumentExceptiondefaultValue is not valid for the specified parameter.
See Also