Click or drag to resize

docScriptAppendTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders DataTable

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void AppendTable(
	DataTable table,
	bool doThrowException = true
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
The table.
doThrowException (Optional)
Type: SystemBoolean
if set to true it will throw an exception on [!:validateTable()] return false.

Implements

ITextAppendContentAppendTable(DataTable, Boolean)
See Also