Click or drag to resize

recordVsReportRegistryBaseregisterForRecord Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Registers for record.

Namespace:  imbSCI.Reporting.links.reportRegistry
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public virtual void registerForRecord(
	IModelRecord record,
	IMetaContentNested content
)
Request Example View Source

Parameters

record
Type: imbSCI.DataComplex.data.modelRecordsIModelRecord
The record.
content
Type: imbSCI.Core.interfacesIMetaContentNested
The content.
See Also