DefaultViewParameterValue Constructor

Initializes a new instance of the DefaultViewParameterValue class.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public DefaultViewParameterValue(
	Guid viewParameterId,
	ParameterValue parameterValue
)

Parameters

viewParameterId
Type: SystemGuid
The ID of the view parameter to override.
parameterValue
Type: Dundas.BI.Data.ParametersParameterValue
The ParameterValue to use.
See Also