Classe DataSetBase
Represents the base class for 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 MustInherit Class DataSetBase _
Inherits ReportObject _
Implements INamedObject, IDataScopeService, IDataScope, IContainedObject
'Utilisation
Dim instance As DataSetBase
public abstract class DataSetBase : ReportObject,
INamedObject, IDataScopeService, IDataScope, IContainedObject
public ref class DataSetBase abstract : public ReportObject,
INamedObject, IDataScopeService, IDataScope, IContainedObject
[<AbstractClassAttribute>]
type DataSetBase =
class
inherit ReportObject
interface INamedObject
interface IDataScopeService
interface IDataScope
interface IContainedObject
end
public abstract class DataSetBase extends ReportObject implements INamedObject, IDataScopeService, IDataScope, IContainedObject
Le type DataSetBase expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
DataSetBase | Initializes a new instance of the DataSetBase class. |
Haut de la page
Propriétés
Nom | 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. |
![]() |
ComponentMetadata | The component metadata. (hérité de ReportObject.) |
![]() |
DataSetInfo | Infrastructure. |
![]() |
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. (hérité de ReportObjectBase.) |
![]() |
Site | Infrastructure. (hérité de ReportObject.) |
![]() |
WidthSensitivity | Indicates whether the data is width sensitive. |
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 |
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.