Click or drag to resize

reportTemplatePlaceholderCollectionapplyToContent Method (DataTable, String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Applies values from DataTable -- using shema and all rows.

Namespace:  imbSCI.Core.reporting.template
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string applyToContent(
	DataTable dt,
	string mContent,
	bool autoRemove = false
)
Request Example View Source

Parameters

dt
Type: System.DataDataTable
mContent
Type: SystemString
autoRemove (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also