Signature:
public Table ImportData ( System.Data.DataTable data
)
Description:
Imports data from a DataTable into a Table at the point of this Element in the document.
Parameters:
|
data |
Contains the data to be imported. |
Returns:
Table
The
Table that the data was imported into.
Examples:
[csharp]
Table tbl = e.ImportData(dt);
[vbnet]
Dim tbl As Table = e.ImportData(dt)

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.