ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / CanvasItemRenderer Class / Render Method
The specified page canvas item.

In This Topic
    Render Method (CanvasItemRenderer)
    In This Topic
    Renders the specified canvas item.
    Syntax
    'Declaration
     
    Public Overridable Sub Render( _
       ByVal item As CanvasItem _
    ) 
    public virtual void Render( 
       CanvasItem item
    )

    Parameters

    item
    The specified page canvas item.
    See Also