DataSetBase-Klasse
Represents the base class for 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 MustInherit Class DataSetBase _
Inherits ReportObject _
Implements INamedObject, IDataScopeService, IDataScope, IContainedObject
'Usage
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
Der DataSetBase-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
DataSetBase | Initializes a new instance of the DataSetBase class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. (Geerbt von ReportObject.) | |
DataSetInfo | Infrastruktur | |
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. (Geerbt von ReportObjectBase.) | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
WidthSensitivity | Indicates whether the data is width sensitive. |
Zum Anfang
Methoden
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IDisposable. . :: . .Dispose | (Geerbt von ReportObject.) | |
IComponent. . :: . .Disposed | (Geerbt von ReportObject.) | |
IDataScope. . :: . .Group |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.