ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / GetReportInfo Method / GetReportInfo(String) Method
Contains the full name of the XML report definition file.

In This Topic
    GetReportInfo(String) Method
    In This Topic
    Gets a list of reports available in an XML report definition file.
    Syntax
    'Declaration
     
    Public Overloads Function GetReportInfo( _
       ByVal fileName As System.String _
    ) As System.String()
    public System.string[] GetReportInfo( 
       System.string fileName
    )

    Parameters

    fileName
    Contains the full name of the XML report definition file.

    Return Value

    A string array containing the names of all reports in the XML file.
    See Also