AutoFiller.ImportDataTable

AutoFiller.ImportDataTable method

Imports data of DataTable type. Every column’s name of the dataTable must be the same as one field name of the template pdf in case sensitive.

public void ImportDataTable(DataTable dataTable)
ParameterTypeDescription
dataTableDataTableThe dataTable which contains all the data from database or other data source.

See Also