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

ITextRenderer Interface
Renderer base interface that ReportItems can use to dump content or its part as a plain text.
Object Model
ITextRenderer Interface
Syntax
'Declaration
 
Public Interface ITextRenderer 
   Inherits 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