Reporting

Defines the base class for visual report items used for creating reports.

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

Syntax

C#
public abstract class ReportItemBase : ReportObject, 
	IReportObjectHierarchy, IComponent, IDisposable, IToggleVisibilityTarget, IDesignTimeTextStyleable, 
	IDesignTimeBackgroundStyleable, IDesignTimeStyleEditable
Visual Basic
Public MustInherit Class ReportItemBase _
	Inherits ReportObject _
	Implements IReportObjectHierarchy, IComponent, IDisposable, IToggleVisibilityTarget,  _
	IDesignTimeTextStyleable, IDesignTimeBackgroundStyleable, IDesignTimeStyleEditable

Inheritance Hierarchy

Version Information

Supported in: 1.0.1

See Also