ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / Load Method / Load(String,String) Method
Full name of the XML report definition file.
Name of the report to retrieve from the file (case-insensitive).

In This Topic
    Load(String,String) Method
    In This Topic
    Loads a report from an XML report definition file.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal fileName As System.String, _
       ByVal reportName As System.String _
    ) 
    public void Load( 
       System.string fileName,
       System.string reportName
    )

    Parameters

    fileName
    Full name of the XML report definition file.
    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