Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / C1RdlReportBase Class / Load Method / Load(String) Method
The file containing the report definition.

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

    Parameters

    fileName
    The file containing the report definition.
    See Also