MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IGraphicsRenderer Interface
Members

IGraphicsRenderer Interface
Renderer base interface that ReportItems can use to draw graphics on for items such as printing, our winforms viewer and PDF.
Object Model
IGraphicsRenderer Interface
Syntax
'Declaration
 
Public Interface IGraphicsRenderer 
   Inherits GrapeCity.ActiveReports.Extensibility.Rendering.IRenderer 
 
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