ActiveReports.Viewer3 Request technical support
DrawTable Method
See Also 


bounds
For internal use only.

Syntax

Visual Basic (Declaration) 
Public Function DrawTable( _
   ByVal bounds As RectangleF _
) As PageTable
Visual Basic (Usage)Copy Code
Dim instance As Page
Dim bounds As RectangleF
Dim value As PageTable
 
value = instance.DrawTable(bounds)
C# 
public PageTable DrawTable( 
   RectangleF bounds
)

Parameters

bounds

See Also