ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / GetReportList Method

In This Topic
    GetReportList Method (C1ReportViewer)
    In This Topic
    Gets array of the available report names for given report file.
    Syntax
    'Declaration
     
    Public Function GetReportList( _
       ByVal fileName As System.String _
    ) As System.String()
    public System.string[] GetReportList( 
       System.string fileName
    )

    Parameters

    fileName
    See Also