DataSet Members
Include Protected Members
Include Inherited Members
Represents a dataset.
The DataSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DataSet() | Initializes a new instance of the DataSet class. |
![]() |
DataSet(IPropertyStore) | Initializes a new instance of the DataSet class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
AccentSensitivity | Indicates whether the data is accent sensitive. |
![]() |
CaseSensitivity | Indicates whether the data is case sensitive. |
![]() |
Collation | Describes the locale that the report server uses to sort data. |
![]() |
Fields | Contains the fields in a dataset. |
![]() |
Filters | Contains the filters to apply to the dataset. |
![]() |
InterpretSubtotalsAsDetails | Indicates whether to interpret subtotals as details. |
![]() |
KanatypeSensitivity | Indicates whether the data is kanatype-sensitive. |
![]() |
Name | The dataset name. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Query | Contains information about the query that is contained within the dataset. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
WidthSensitivity | Indicates whether the data is width sensitive. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
![]() ![]() |
IDataScope.Group |
Top