ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / DrawCanvas Class / DrawTable Method

In This Topic
    DrawTable Method (DrawCanvas)
    In This Topic
    The DrawTable Method allows to draw a table control to a page.
    Syntax
    'Declaration
     
    Public Function DrawTable( _
       ByVal bounds As RectangleF _
    ) As PageTable
    public PageTable DrawTable( 
       RectangleF bounds
    )

    Parameters

    bounds

    Return Value

    PageTable
    See Also