Classe DataSet
Represents a dataset.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .DataSetBase
Microsoft.ReportingServices.RdlObjectModel..::..DataSet
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Class DataSet _
Inherits DataSetBase
'Utilisation
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
Le type DataSet expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DataSet | Initializes a new instance of the DataSet class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AccentSensitivity | Indicates whether the data is accent sensitive. (hérité de DataSetBase.) | |
CaseSensitivity | Indicates whether the data is case sensitive. (hérité de DataSetBase.) | |
Collation | Describes the locale that the report server uses to sort data. (hérité de DataSetBase.) | |
ComponentMetadata | The component metadata. (hérité de ReportObject.) | |
DataSetInfo | Infrastructure. (hérité de 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. (hérité de DataSetBase.) | |
IsModifiedSincePreview | Infrastructure. | |
IsReference | Infrastructure. | |
KanatypeSensitivity | Indicates whether the data is kanatype-sensitive. (hérité de DataSetBase.) | |
Name | The dataset name. (hérité de DataSetBase.) | |
Parent | The parent of this report object. (hérité de ReportObjectBase.) | |
Query | Contains information about the query that is contained within the dataset. | |
SharedDataSet | The shared dataset. | |
Site | Infrastructure. (hérité de ReportObject.) | |
WidthSensitivity | Indicates whether the data is width sensitive. (hérité de DataSetBase.) |
Haut de la page
Méthodes
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IDisposable. . :: . .Dispose | (hérité de ReportObject.) | |
IComponent. . :: . .Disposed | (hérité de ReportObject.) | |
IDataScope. . :: . .Group | (hérité de DataSetBase.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.