The DataSetReference type exposes the following members.

Methods

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

Properties

  Name Description
Public property DataSetName
Gets or sets name of the DataSet to use.
Public property Defined
Gets value indicating whether DataSetReference object correctly initialized.
Public property LabelField
Gets or sets the name of the field to use for the value to display to the user for the selection. If not supplied or the returned value is null, the value in the ValueField is used. Not used for DefaultValue.
Public property ValueField
Gets or sets the name of the field to use for the values/defaults for the ReportParameter.

See Also