Reporting

Represents a collection of reports logically unified as a single document.

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

Syntax

C#
public class ReportBook : Component, IReportDocument, 
	IComponent, IDisposable
Visual Basic
Public Class ReportBook _
	Inherits Component _
	Implements IReportDocument, IComponent, IDisposable

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      Telerik.Reporting..::..ReportBook

See Also