Freigeben über


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
Öffentliche Methode DataSetBase Initializes a new instance of the DataSetBase class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AccentSensitivity Gets or sets a value that indicates whether the data is accent sensitive.
Öffentliche Eigenschaft CaseSensitivity Gets or sets a value that indicates whether the data is case-sensitive.
Öffentliche Eigenschaft Collation Gets or sets the locale that the report server uses to sort data.
Öffentliche Eigenschaft ComponentMetadata Gets or sets the component metadata. (Geerbt von ReportObject.)
Öffentliche Eigenschaft DataSetInfo Infrastruktur Gets or sets the information about the dataset.
Öffentliche Eigenschaft InterpretSubtotalsAsDetails Gets or sets a value that indicates whether to interpret subtotals as details.
Öffentliche Eigenschaft KanatypeSensitivity Gets or sets a value that indicates whether the data is kanatype-sensitive.
Öffentliche Eigenschaft Name Gets or sets the dataset name.
Öffentliche Eigenschaft Parent The parent of this report object. (Geerbt von ReportObjectBase.)
Öffentliche Eigenschaft Site Infrastruktur Gets or sets the site associated with the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Eigenschaft WidthSensitivity Gets or sets a value that indicates whether the data is width-sensitive.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DeepClone Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.)
Öffentliche Methode Equals(Object) Infrastruktur Tests the equality of this object and another object. (Überschreibt Object.Equals(Object).)
Öffentliche Methode Equals(DataSetBase) Infrastruktur Tests the equality of this object and another DataSetBase object.
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetContainingDataScopes Infrastruktur Returns the list of report object that contains data scopes. (Geerbt von ReportObject.)
Öffentliche Methode GetDataScopesFor Infrastruktur Gets the data scopes for the dataset.
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur Returns the data scopes for default implementation. (Geerbt von ReportObject.)
Geschützte Methode GetDependenciesCore Infrastruktur Returns the dependencies core for the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Methode GetHashCode Infrastruktur Gets a unique hash code for the current instance. (Überschreibt Object.GetHashCode().)
Öffentliche Methode GetQuery Gets the dataset query.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Initializes the current DataSetBase instance. (Überschreibt ReportObject.Initialize().)
Geschützte Methode InitializeForDesigner Infrastruktur Initializes the report object for designer. (Geerbt von ReportObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnChildPropertyChanged Infrastruktur Raises an event when the property of the child was changed. (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur Raises an event when the property was changed. (Geerbt von ReportObject.)
Geschützte Methode RdlSemanticEqualsCore Infrastruktur Indicates whether the RDL semantic is equal to the core objects. (Überschreibt ReportObject.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).)
Geschützte Methode SavePropertyValue<T> Infrastruktur Saves the property value of the report object. (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable.Dispose Infrastruktur Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent.Disposed Infrastruktur Occurs when the ReportObject object is disposed. (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDataScope.Group Infrastruktur Gets the data 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.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace