ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / DrawingCanvasBase Class
Members

In This Topic
    DrawingCanvasBase Class
    In This Topic
    Delegates drawing logic to wrapped instance. Used to extend existing canvas with additional logic, for example implement IReportDrawingCanvas.
    Object Model
    DrawingCanvasBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class DrawingCanvasBase 
       Implements GrapeCity.ActiveReports.Drawing.IDrawingCanvas 
    public abstract class DrawingCanvasBase : GrapeCity.ActiveReports.Drawing.IDrawingCanvas  
    Remarks
    This class 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.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Rendering.Export.DrawingCanvasBase

    See Also