C1.C1Rdl.Rdl2008 Namespace : DataSet Class |
The following tables list the members exposed by DataSet.
Name | Description | |
---|---|---|
DataSet Constructor | Initializes a new instance of the DataSet class. |
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 C1RdlReport.Language property if the data provider does not support that method or returns an unsupported or invalid value. | |
Fields | Gets the DataSet.Fields collection containing fields of the data set. | |
Filters | Gets the DataSet.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 C1.C1Preview.NamedCollectionItem) | |
Owner | Gets DataSets collection owning this object. | |
Query | Gets the DataSet.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.
|
Name | Description | |
---|---|---|
AssignFrom | Overridden. Copies properties from another DataSet to the current object. | |
Clone | Creates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the C1.C1Preview.NamedCollectionItem.Owner property is not copied to the new object. (Inherited from C1.C1Preview.NamedCollectionItem) |