ActiveReports 13
SetRow Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : SetRow Method
The control to move to another row.
The row to which control will be moved.
Sets the row position of the specified child control.
Syntax
'Declaration
 
Public Sub SetRow( _
   ByVal control As Control, _
   ByVal row As Integer _
) 
public void SetRow( 
   Control control,
   int row
)

Parameters

control
The control to move to another row.
row
The row to which control will be moved.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members