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 ReportObject _
Implements IGlobalNamedObject, IDataScopeService, IDataScope, IContainedObject
'Usage
Dim instance As DataSet
public class DataSet : ReportObject, IGlobalNamedObject,
IDataScopeService, IDataScope, IContainedObject
public ref class DataSet : public ReportObject,
IGlobalNamedObject, IDataScopeService, IDataScope, IContainedObject
type DataSet =
class
inherit ReportObject
interface IGlobalNamedObject
interface IDataScopeService
interface IDataScope
interface IContainedObject
end
public class DataSet extends ReportObject implements IGlobalNamedObject, IDataScopeService, IDataScope, IContainedObject
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.DataSet
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.