Click or drag to resize

builderForMarkdownAppendTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders DataTable

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public override void AppendTable(
	DataTable table,
	bool doThrowException = true
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
doThrowException (Optional)
Type: SystemBoolean

Implements

ITextAppendContentAppendTable(DataTable, Boolean)
See Also