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

IReportItemFactory Interface
Implement this interface if you want to extend Rendering with new report item.
Object Model
IReportItemFactory Interface
Syntax
'Declaration
 
Public Interface IReportItemFactory 
   Inherits GrapeCity.ActiveReports.Extensibility.Rendering.IRenderersFactory 
 
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