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

In This Topic
    ICustomReportItem Interface
    In This Topic
    Represents an interface for custom report items (CRIs).
    Object Model
    ICustomReportItem Interface
    Syntax
    'Declaration
     
    Public Interface ICustomReportItem 
       Inherits IDocumentMapItemIInteractiveItemIRenderComponentIReportItem 
    public interface ICustomReportItem : 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