C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / Load Method / Load(Stream,String) Method
Stream containing XML report definition.
Name of the report to retrieve from the file (case-insensitive).

In This Topic
Load(Stream,String) Method
In This Topic
Loads a report from an XML report definition in stream.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal stream As System.IO.Stream, _
   ByVal reportName As System.String _
) 
 

Parameters

stream
Stream containing XML report definition.
reportName
Name of the report to retrieve from the file (case-insensitive).
Remarks
You can get a list of reports available in the file using the GetReportInfo(String) method.
See Also