Creates a new instance of a type derived from C1RdlReportBase
that supports the RDL format contained in the specified stream.
The specific type is determined by the version of the RDL in the stream.
Namespace:
C1.C1RdlAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public static C1RdlReportBase FromStream( Stream stream ) |
Visual Basic |
---|
Public Shared Function FromStream ( _ stream As Stream _ ) As C1RdlReportBase |
Parameters
- stream
- Type: System.IO..::..Stream
The stream from which to load the report.