The DataSet type exposes the following members.
Properties
Name | Description | |
---|---|---|
AccentSensitivity |
Gets or sets a value indicating whether the data is accent sensitive.
|
|
CaseSensitivity |
Gets or sets a value indicating whether the data is case sensitive.
|
|
Collation |
Gets or sets the locale to use for the collation sequence for sorting data.
Uses the standard Microsoft SQL Server collation names.
If no Collation is specified, the collation setting should be autoderived
by querying the data provider. Defaults to the collation corresponding to
the report’s Language property if the data provider does not support
that method or returns an unsupported or invalid value.
|
|
Fields |
Gets the Fields collection containing fields of the data set.
|
|
Filters |
Gets the Filters collection containing filters to apply to
each row of data in the data set.
|
|
KanatypeSensitivity |
Gets or sets a value indicating whether the data is kanatype sensitive.
|
|
Name |
Gets or sets the unique name of the current object.
If an item with the specified name already exists in the collection,
an exception is thrown.
(Inherited from NamedCollectionItem.) |
|
Owner |
Gets DataSets collection owning this object.
|
|
Query |
Gets the Query object containing
information about the data source, including connection information,
query, and so on, required to get the data from the data source.
|
|
Report |
Gets C1RdlReport object containing this object.
|
|
WidthSensitivity |
Gets or sets a value indicating whether the data is width sensitive.
|