Extract records from the data source and insert them to the specified file using the DataLinkProvider ExtractRecords method.
[Visual Basic]
Public Function ExtractToExcel( _
ByVal
fileName As
String _
) As
Boolean
[C#]
public
bool ExtractToExcel(
string fileName);
Parameters
-
fileName
- The files where the records be written.
Return Value
True if the operation is successful. False otherwise.
See Also
ExcelDataLink Class | FileHelpers.DataLink Namespace
Powered by: