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

In This Topic
    ICustomReportItem Interface
    In This Topic
    Interface for CRIs. Custom report items should implements this interface for proper rendering to all possible rendering extensions (RE). A lot of functions exists only for XML RE advanced export and can returns null.
    Object Model
    ICustomReportItem Interface
    Syntax
    'Declaration
     
    Public Interface ICustomReportItem 
       Inherits IDocumentMapItemIRenderComponentIReportItem 
    public interface ICustomReportItem : IDocumentMapItemIRenderComponentIReportItem  
    See Also