DefaultViewParameterValue Class

Represents a default view parameter value.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsDefaultViewParameterValue

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 class DefaultViewParameterValue

The DefaultViewParameterValue type exposes the following members.

Constructors
  NameDescription
Public methodDefaultViewParameterValue
Initializes a new instance of the DefaultViewParameterValue class.
Top
Properties
  NameDescription
Public propertyParameterValue
Gets the parameter value.
Public propertyViewParameterId
Gets the ID of the view parameter.
Top
See Also