Click or drag to resize

setPresetDatabaseDumpaddDbTableReportPage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the database table report page, automatically creates database document and overview page

Namespace:  imbSCI.Reporting.meta.documentSet
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void addDbTableReportPage(
	DataTable table
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
The table.
See Also