Overview | Methods | This Package | All Packages
Sets the data source for this table.
Syntax
public void setDataSource( IDataSource dataSource )
Parameters
dataSource
The com.ms.wfc.data.IDataSource object to associate with the table.
Remarks
If the table has existing body rows, they will be replaced when the table's data is generated.
See Also getDataSource, com.ms.wfc.data.Recordset