Click or drag to resize

imbStringBuilderBaseAppendTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders DataTable

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual 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.
See Also