The DefaultValue type exposes the following members.

Constructors

  Name Description
Public method DefaultValue
Initializes a new instance of the DefaultValue class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another DefaultValue to the current object.

Properties

  Name Description
Public property DataSetReference
Gets the DataSetReference object defining the query to execute to obtain the default value(s) for the ReportParameter. For single-value parameters, the default is the first value of the ValueField. For multivalue parameters, the default is all values of the ValueField.
Public property Values
Gets the default values for the ReportParameter.

See Also