The following tables list the members exposed by DataSetReference.
Public Properties
| Name | Description |
| DataSetName | Gets or sets name of the DataSet to use. |
| Defined | Gets value indicating whether DataSetReference object correctly initialized. |
| 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 DataSetReference.ValueField is used. Not used for ReportParameter.DefaultValue. |
| ValueField | Gets or sets the name of the field to use for the values/defaults for the ReportParameter. |
Top
Public Methods
| Name | Description |
| AssignFrom | Copies properties from another DataSetReference to the current object. |
Top
See Also