Click or drag to resize

imbDocumentBuilderBaseTDoc, TPageAppendInfo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets document description information

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public abstract Object AppendInfo(
	PropertyCollection data,
	bool alsoAppendAsPairs,
	params templateFieldBasic[] fieldsToUse
)
Request Example View Source

Parameters

data
Type: System.DataPropertyCollection
Property collection that applies info
alsoAppendAsPairs
Type: SystemBoolean
If TRUE it will also create output using AppendPairs method
fieldsToUse
Type: imbSCI.Data.enums.fieldstemplateFieldBasic
What fields to use?

Return Value

Type: Object
DOM of created Pairs - if alsoAppendAsPairs was TRUE

Implements

IDocumentRenderAppendInfo(PropertyCollection, Boolean, templateFieldBasic)
See Also