Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an embedded dataset.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function CreateEmbeddedDataSet As DataSet
'Usage
Dim returnValue As DataSet
returnValue = DataSet.CreateEmbeddedDataSet()
public static DataSet CreateEmbeddedDataSet()
public:
static DataSet^ CreateEmbeddedDataSet()
static member CreateEmbeddedDataSet : unit -> DataSet
public static function CreateEmbeddedDataSet() : DataSet
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.DataSet
An embedded dataset.