MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ICustomReportItem Interface
Members

ICustomReportItem Interface
Represents an interface for custom report items (CRIs).
Object Model
ICustomReportItem Interface
Syntax
'Declaration
 
Public Interface ICustomReportItem 
   Inherits IDocumentMapItemIInteractiveItemIRenderComponentIReportItem 
 
Remarks
Custom report items should implement this interface for proper rendering to all possible rendering extensions (REs). Many functions exist primarily for XML RE advanced export and can return null.
See Also