DataSet Class
Represents a dataset.
Inheritance Hierarchy
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
The DataSet type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AccentSensitivity | Indicates whether the data is accent sensitive. (Inherited from DataSetBase.) |
![]() |
CaseSensitivity | Indicates whether the data is case sensitive. (Inherited from DataSetBase.) |
![]() |
Collation | Describes the locale that the report server uses to sort data. (Inherited from DataSetBase.) |
![]() |
ComponentMetadata | The component metadata. (Inherited from ReportObject.) |
![]() |
DataSetInfo | Infrastructure. (Inherited from DataSetBase.) |
![]() |
Fields | Contains the fields in a dataset. |
![]() |
Filters | Contains the filters to apply to the dataset. |
![]() |
InterpretSubtotalsAsDetails | Indicates whether to interpret subtotals as details. (Inherited from DataSetBase.) |
![]() |
IsModifiedSincePreview | Infrastructure. |
![]() |
IsReference | Infrastructure. |
![]() |
KanatypeSensitivity | Indicates whether the data is kanatype-sensitive. (Inherited from DataSetBase.) |
![]() |
Name | The dataset name. (Inherited from DataSetBase.) |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
Query | Contains information about the query that is contained within the dataset. |
![]() |
SharedDataSet | The shared dataset. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
WidthSensitivity | Indicates whether the data is width sensitive. (Inherited from DataSetBase.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DeepClone | Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.) |
![]() |
Equals(Object) | Infrastructure. (Inherited from DataSetBase.) |
![]() |
Equals(DataSetBase) | Infrastructure. (Inherited from DataSetBase.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetContainingDataScopes | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetDataFieldByFieldName | Infrastructure. |
![]() |
GetDataScopesFor | Infrastructure. (Inherited from DataSetBase.) |
![]() |
GetDataScopesForDefaultImpl | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetDependenciesCore | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetFieldByName | Infrastructure. |
![]() |
GetFieldDefaultAggregateExpressions | Infrastructure. |
![]() |
GetFieldNames | Infrastructure. |
![]() |
GetFieldReferences | Infrastructure. |
![]() |
GetHashCode | Infrastructure. (Inherited from DataSetBase.) |
![]() |
GetQuery | Returns the query for the dataset. (Overrides DataSetBase.GetQuery().) |
![]() |
GetQueryParameterByName | Infrastructure. |
![]() |
GetQueryParameters | Returns all query parameters. |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Initializes the current DataSet instance. (Overrides DataSetBase.Initialize().) |
![]() |
InitializeForDesigner | Infrastructure. (Inherited from ReportObject.) |
![]() |
IsSharedDataSourceReference | Indicates whether the current instance is a reference to a shared data source. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnChildPropertyChanged | Infrastructure. (Inherited from ReportObject.) |
![]() |
OnPropertyChanged | Infrastructure. (Inherited from ReportObject.) |
![]() |
RdlSemanticEqualsCore | Infrastructure. (Overrides DataSetBase.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).) |
![]() |
SavePropertyValue<T> | Infrastructure. (Inherited from ReportObject.) |
![]() |
SetSharedDataSetReference | Infrastructure. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
![]() ![]() |
IDataScope.Group | (Inherited from DataSetBase.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.