Signature:
public Table ImportData ( System.Data.DataView data
)
Description:
Imports data from a DataView 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(dv);
[vbnet]
Dim tbl As Table = e.ImportData(dv);

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.