Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
DataSet | Initializes a new instance of the DataSet class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
AccentSensitivity | Gets or sets a value that indicates whether the data is accent sensitive. (Geerbt von DataSetBase.) |
![]() |
CaseSensitivity | Gets or sets a value that indicates whether the data is case-sensitive. (Geerbt von DataSetBase.) |
![]() |
Collation | Gets or sets the locale that the report server uses to sort data. (Geerbt von DataSetBase.) |
![]() |
ComponentMetadata | Gets or sets the component metadata. (Geerbt von ReportObject.) |
![]() |
DataSetInfo | Infrastruktur Gets or sets the information about the dataset. (Geerbt von DataSetBase.) |
![]() |
Fields | Gets or sets the fields in a dataset. |
![]() |
Filters | Gets or sets the filters to apply to the dataset. |
![]() |
InterpretSubtotalsAsDetails | Gets or sets a value that indicates whether to interpret subtotals as details. (Geerbt von DataSetBase.) |
![]() |
IsModifiedSincePreview | Infrastruktur Gets or sets a value that indicates whether the dataset is modified since the preview. |
![]() |
IsReference | Infrastruktur Gets a value that indicates whether the dataset is a reference. |
![]() |
KanatypeSensitivity | Gets or sets a value that indicates whether the data is kanatype-sensitive. (Geerbt von DataSetBase.) |
![]() |
Name | Gets or sets the dataset name. (Geerbt von DataSetBase.) |
![]() |
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) |
![]() |
Query | Gets or sets information about the query that is contained within the dataset. |
![]() |
SharedDataSet | Gets or sets the shared dataset. |
![]() |
Site | Infrastruktur Gets or sets the site associated with the ReportObject object. (Geerbt von ReportObject.) |
![]() |
WidthSensitivity | Gets or sets a value that indicates whether the data is width-sensitive. (Geerbt von DataSetBase.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
CreateEmbeddedDataSet | Creates an embedded dataset. |
![]() |
DeepClone | Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.) |
![]() |
Equals(Object) | Infrastruktur Tests the equality of this object and another object. (Geerbt von DataSetBase.) |
![]() |
Equals(DataSetBase) | Infrastruktur Tests the equality of this object and another DataSetBase object. (Geerbt von DataSetBase.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetContainingDataScopes | Infrastruktur Returns the list of report object that contains data scopes. (Geerbt von ReportObject.) |
![]() |
GetDataFieldByFieldName | Infrastruktur Gets the data field by using the specified field name. |
![]() |
GetDataScopesFor | Infrastruktur Gets the data scopes for the dataset. (Geerbt von DataSetBase.) |
![]() |
GetDataScopesForDefaultImpl | Infrastruktur Returns the data scopes for default implementation. (Geerbt von ReportObject.) |
![]() |
GetDependenciesCore | Infrastruktur Returns the dependencies core for the ReportObject object. (Geerbt von ReportObject.) |
![]() |
GetFieldByName | Infrastruktur Gets the field by using the specified name. |
![]() |
GetFieldDefaultAggregateExpressions | Infrastruktur Gets the default aggregate expressions of the field. |
![]() |
GetFieldNames | Infrastruktur Gets the field names of the dataset. |
![]() |
GetFieldReferences | Infrastruktur Gets the field references of the dataset. |
![]() |
GetHashCode | Infrastruktur Gets a unique hash code for the current instance. (Geerbt von DataSetBase.) |
![]() |
GetQuery | Returns the query for the dataset. (Überschreibt DataSetBase.GetQuery().) |
![]() |
GetQueryParameterByName | Infrastruktur Returns the query parameter by using the parameter name. |
![]() |
GetQueryParameters | Returns all query parameters. |
![]() |
GetType | (Geerbt von Object.) |
![]() |
Initialize | Initializes the current DataSet instance. (Überschreibt DataSetBase.Initialize().) |
![]() |
InitializeForDesigner | Infrastruktur Initializes the report object for designer. (Geerbt von ReportObject.) |
![]() |
IsSharedDataSourceReference | Indicates whether the current instance is a reference to a shared data source. |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
OnChildPropertyChanged | Infrastruktur Raises an event when the property of the child was changed. (Geerbt von ReportObject.) |
![]() |
OnPropertyChanged | Infrastruktur Raises an event when the property was changed. (Geerbt von ReportObject.) |
![]() |
RdlSemanticEqualsCore | Infrastruktur Indicates whether the RDL semantic is equal to the core objects. (Überschreibt DataSetBase.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).) |
![]() |
SavePropertyValue<T> | Infrastruktur Saves the property value of the report object. (Geerbt von ReportObject.) |
![]() |
SetSharedDataSetReference | Infrastruktur Sets the reference of the shared dataset. |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
IDisposable.Dispose | Infrastruktur Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Geerbt von ReportObject.) |
![]() ![]() |
IComponent.Disposed | Infrastruktur Occurs when the ReportObject object is disposed. (Geerbt von ReportObject.) |
![]() ![]() |
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)