Reporting

Represents a collection of Report objects.

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

Syntax

C#
public class ReportCollection : Collection<Report>
Visual Basic
Public Class ReportCollection _
	Inherits Collection(Of Report)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Report>)>)>
    Telerik.Reporting..::..ReportCollection

Version Information

Supported in: 1.0.1

See Also