ComponentOne FlexReport for WinForms
Load(Stream,String) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class > Load Method : Load(Stream,String) Method
Stream containing XML report definition.
Name of the report to retrieve from the file (case-insensitive).
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 _
) 
public void Load( 
   System.IO.Stream stream,
   System.string reportName
)

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 GetReportList(Stream) method.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Overload List