Reporting

Represents the base class for any report in the Telerik Reporting.

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

Syntax

C#
public class Report : ReportItemBase, IDataItem, 
	IDataFlow, ISupportInitialize, IReportDocument, IComponent, IDisposable, 
	INamedObject, ISupportsNeedDataSource
Visual Basic
Public Class Report _
	Inherits ReportItemBase _
	Implements IDataItem, IDataFlow, ISupportInitialize, IReportDocument,  _
	IComponent, IDisposable, INamedObject, ISupportsNeedDataSource

Remarks

All reports created with Telerik Reporting inherit from the Report class. The Report comprises of one or more report sections which contain report items.

Inheritance Hierarchy

Version Information

Supported in: 1.0.1

See Also