DataSet-Klasse
Represents a dataset.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .DataSetBase
Microsoft.ReportingServices.RdlObjectModel..::..DataSet
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class DataSet _
Inherits DataSetBase
'Usage
Dim instance As DataSet
public class DataSet : DataSetBase
public ref class DataSet : public DataSetBase
type DataSet =
class
inherit DataSetBase
end
public class DataSet extends DataSetBase
Der DataSet-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
AccentSensitivity | Indicates whether the data is accent sensitive. (Geerbt von DataSetBase.) | |
CaseSensitivity | Indicates whether the data is case sensitive. (Geerbt von DataSetBase.) | |
Collation | Describes the locale that the report server uses to sort data. (Geerbt von DataSetBase.) | |
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
DataSetInfo | Infrastruktur (Geerbt von DataSetBase.) | |
Fields | Contains the fields in a dataset. | |
Filters | Contains the filters to apply to the dataset. | |
InterpretSubtotalsAsDetails | Indicates whether to interpret subtotals as details. (Geerbt von DataSetBase.) | |
IsModifiedSincePreview | Infrastruktur | |
IsReference | Infrastruktur | |
KanatypeSensitivity | Indicates whether the data is kanatype-sensitive. (Geerbt von DataSetBase.) | |
Name | The dataset name. (Geerbt von DataSetBase.) | |
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) | |
Query | Contains information about the query that is contained within the dataset. | |
SharedDataSet | The shared dataset. | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
WidthSensitivity | Indicates whether the data is width sensitive. (Geerbt von DataSetBase.) |
Zum Anfang
Methoden
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IDisposable. . :: . .Dispose | (Geerbt von ReportObject.) | |
IComponent. . :: . .Disposed | (Geerbt von ReportObject.) | |
IDataScope. . :: . .Group | (Geerbt von DataSetBase.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.