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

In This Topic
    Render Method (ICanvasItemRenderer)
    In This Topic
    Performs a rendering of the specified CanvasItem.
    Syntax
    'Declaration
     
    Sub Render( _
       ByVal item As CanvasItem _
    ) 
    void Render( 
       CanvasItem item
    )

    Parameters

    item
    The specified page canvas item.
    See Also