Freigeben über


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.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DataSet Initializes a new instance of the DataSet class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AccentSensitivity Gets or sets a value that indicates whether the data is accent sensitive. (Geerbt von DataSetBase.)
Öffentliche Eigenschaft CaseSensitivity Gets or sets a value that indicates whether the data is case-sensitive. (Geerbt von DataSetBase.)
Öffentliche Eigenschaft Collation Gets or sets the locale that the report server uses to sort data. (Geerbt von DataSetBase.)
Öffentliche Eigenschaft ComponentMetadata Gets or sets the component metadata. (Geerbt von ReportObject.)
Öffentliche Eigenschaft DataSetInfo Infrastruktur Gets or sets the information about the dataset. (Geerbt von DataSetBase.)
Öffentliche Eigenschaft Fields Gets or sets the fields in a dataset.
Öffentliche Eigenschaft Filters Gets or sets the filters to apply to the dataset.
Öffentliche Eigenschaft InterpretSubtotalsAsDetails Gets or sets a value that indicates whether to interpret subtotals as details. (Geerbt von DataSetBase.)
Öffentliche Eigenschaft IsModifiedSincePreview Infrastruktur Gets or sets a value that indicates whether the dataset is modified since the preview.
Öffentliche Eigenschaft IsReference Infrastruktur Gets a value that indicates whether the dataset is a reference.
Öffentliche Eigenschaft KanatypeSensitivity Gets or sets a value that indicates whether the data is kanatype-sensitive. (Geerbt von DataSetBase.)
Öffentliche Eigenschaft Name Gets or sets the dataset name. (Geerbt von DataSetBase.)
Öffentliche Eigenschaft Parent The parent of this report object. (Geerbt von ReportObjectBase.)
Öffentliche Eigenschaft Query Gets or sets information about the query that is contained within the dataset.
Öffentliche Eigenschaft SharedDataSet Gets or sets the shared dataset.
Ö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. (Geerbt von DataSetBase.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche MethodeStatisches Element CreateEmbeddedDataSet Creates an embedded dataset.
Ö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. (Geerbt von DataSetBase.)
Öffentliche Methode Equals(DataSetBase) Infrastruktur Tests the equality of this object and another DataSetBase object. (Geerbt von DataSetBase.)
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 GetDataFieldByFieldName Infrastruktur Gets the data field by using the specified field name.
Öffentliche Methode GetDataScopesFor Infrastruktur Gets the data scopes for the dataset. (Geerbt von DataSetBase.)
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 GetFieldByName Infrastruktur Gets the field by using the specified name.
Öffentliche Methode GetFieldDefaultAggregateExpressions Infrastruktur Gets the default aggregate expressions of the field.
Öffentliche Methode GetFieldNames Infrastruktur Gets the field names of the dataset.
Öffentliche Methode GetFieldReferences Infrastruktur Gets the field references of the dataset.
Öffentliche Methode GetHashCode Infrastruktur Gets a unique hash code for the current instance. (Geerbt von DataSetBase.)
Öffentliche Methode GetQuery Returns the query for the dataset. (Überschreibt DataSetBase.GetQuery().)
Öffentliche Methode GetQueryParameterByName Infrastruktur Returns the query parameter by using the parameter name.
Öffentliche Methode GetQueryParameters Returns all query parameters.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Initializes the current DataSet instance. (Überschreibt DataSetBase.Initialize().)
Geschützte Methode InitializeForDesigner Infrastruktur Initializes the report object for designer. (Geerbt von ReportObject.)
Öffentliche Methode IsSharedDataSourceReference Indicates whether the current instance is a reference to a shared data source.
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 DataSetBase.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).)
Geschützte Methode SavePropertyValue<T> Infrastruktur Saves the property value of the report object. (Geerbt von ReportObject.)
Öffentliche Methode SetSharedDataSetReference Infrastruktur Sets the reference of the shared dataset.
Ö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. (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.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace