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

In This Topic
    IReportItemRenderersFactory Interface
    In This Topic
    Factory for report item renderers. Should be implemented by GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem if it has specific renderers.
    Object Model
    IReportItemRenderersFactory Interface
    Syntax
    'Declaration
     
    Public Interface IReportItemRenderersFactory 
    public interface IReportItemRenderersFactory 
    Remarks
    This interface should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also