Telerik Reporting

Retrieves the list of the available for the service reports.

Namespace:  Telerik.Reporting.Service
Assembly:  Telerik.Reporting.Service (in Telerik.Reporting.Service.dll)

Syntax

C#
IList<ReportInfo> ListAvailableReports()
Visual Basic (Declaration)
Function ListAvailableReports As IList(Of ReportInfo)

Return Value

List of the available reports.

See Also