ActiveReports Developer 7
IReportComponent Interface
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : IReportComponent Interface

Glossary Item Box

Specifies a component for the report.

Syntax

Visual Basic (Declaration) 
Public Interface IReportComponent 
C# 
public interface IReportComponent 

Remarks

Provides a base interface for types like Report, Body, and ReportItem.

See Also