Report.Load Method (Stream)
Loads a Report object from a report definition.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function Load ( _
stream As Stream _
) As Report
'Usage
Dim stream As Stream
Dim returnValue As Report
returnValue = Report.Load(stream)
public static Report Load(
Stream stream
)
public:
static Report^ Load(
Stream^ stream
)
static member Load :
stream:Stream -> Report
public static function Load(
stream : Stream
) : Report
Parameters
- stream
Type: System.IO.Stream
The stream that contains the report definition.
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.Report
A loaded Report object.