Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / Load Method / Load(Stream) Method
The stream containing the report definition.

In This Topic
    Load(Stream) Method
    In This Topic
    Loads a report definition from a stream into the current report. The stream should contain an RDL report definition in the supported format.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal stream As Stream _
    ) 
    public void Load( 
       Stream stream
    )

    Parameters

    stream
    The stream containing the report definition.
    See Also