FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 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).

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 Stream, _
       ByVal reportName As String _
    ) 
    public void Load( 
       Stream stream,
       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