Del via


DataSet Class

Represents a 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.

Constructors

  Name Description
Public method DataSet Initializes a new instance of the DataSet class.

Top

Properties

  Name Description
Public property AccentSensitivity Indicates whether the data is accent sensitive. (Inherited from DataSetBase.)
Public property CaseSensitivity Indicates whether the data is case sensitive. (Inherited from DataSetBase.)
Public property Collation Describes the locale that the report server uses to sort data. (Inherited from DataSetBase.)
Public property ComponentMetadata The component metadata. (Inherited from ReportObject.)
Public property DataSetInfo Infrastructure. (Inherited from DataSetBase.)
Public property Fields Contains the fields in a dataset.
Public property Filters Contains the filters to apply to the dataset.
Public property InterpretSubtotalsAsDetails Indicates whether to interpret subtotals as details. (Inherited from DataSetBase.)
Public property IsModifiedSincePreview Infrastructure.
Public property IsReference Infrastructure.
Public property KanatypeSensitivity Indicates whether the data is kanatype-sensitive. (Inherited from DataSetBase.)
Public property Name The dataset name. (Inherited from DataSetBase.)
Public property Parent The parent of this report object. (Inherited from ReportObjectBase.)
Public property Query Contains information about the query that is contained within the dataset.
Public property SharedDataSet The shared dataset.
Public property Site Infrastructure. (Inherited from ReportObject.)
Public property WidthSensitivity Indicates whether the data is width sensitive. (Inherited from DataSetBase.)

Top

Methods

  Name Description
Public method DeepClone Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.)
Public method Equals(Object) Infrastructure. (Inherited from DataSetBase.)
Public method Equals(DataSetBase) Infrastructure. (Inherited from DataSetBase.)
Protected method Finalize (Inherited from Object.)
Public method GetContainingDataScopes Infrastructure. (Inherited from ReportObject.)
Public method GetDataFieldByFieldName Infrastructure.
Public method GetDataScopesFor Infrastructure. (Inherited from DataSetBase.)
Protected method GetDataScopesForDefaultImpl Infrastructure. (Inherited from ReportObject.)
Protected method GetDependenciesCore Infrastructure. (Inherited from ReportObject.)
Public method GetFieldByName Infrastructure.
Public method GetFieldDefaultAggregateExpressions Infrastructure.
Public method GetFieldNames Infrastructure.
Public method GetFieldReferences Infrastructure.
Public method GetHashCode Infrastructure. (Inherited from DataSetBase.)
Public method GetQuery Returns the query for the dataset. (Overrides DataSetBase.GetQuery().)
Public method GetQueryParameterByName Infrastructure.
Public method GetQueryParameters Returns all query parameters.
Public method GetType (Inherited from Object.)
Public method Initialize Initializes the current DataSet instance. (Overrides DataSetBase.Initialize().)
Protected method InitializeForDesigner Infrastructure. (Inherited from ReportObject.)
Public method IsSharedDataSourceReference Indicates whether the current instance is a reference to a shared data source.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnChildPropertyChanged Infrastructure. (Inherited from ReportObject.)
Protected method OnPropertyChanged Infrastructure. (Inherited from ReportObject.)
Protected method RdlSemanticEqualsCore Infrastructure. (Overrides DataSetBase.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).)
Protected method SavePropertyValue<T> Infrastructure. (Inherited from ReportObject.)
Public method SetSharedDataSetReference Infrastructure.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose (Inherited from ReportObject.)
Explicit interface implemetationPrivate event IComponent.Disposed (Inherited from ReportObject.)
Explicit interface implemetationPrivate property 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.