ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawTable Method
The bounds.

In This Topic
    DrawTable Method
    In This Topic
    Draws the table.
    Syntax
    'Declaration
     
    Public Function DrawTable( _
       ByVal bounds As RectangleF _
    ) As PageTable
    public PageTable DrawTable( 
       RectangleF bounds
    )

    Parameters

    bounds
    The bounds.

    Return Value

    PageTable.
    See Also