'Declaration Public Overloads Shared Function FromStream( _ ByVal stream As Stream _ ) As C1RdlReportBase
public static C1RdlReportBase FromStream( Stream stream )
Parameters
- stream
- The stream from which to load the report.
Return Value
The report component that was created.