Click or drag to resize

deliveryUnitItemFileOutputscopeInOperation Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
When scopes the in operation - applies template into context.data [if is in datafield mode]

Namespace:  imbSCI.Reporting.meta.delivery.items
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void scopeInOperation(
	IRenderExecutionContext context,
	IMetaContentNested newScope
)
Request Example View Source

Parameters

context
Type: imbSCI.Core.reporting.renderIRenderExecutionContext
The context.
newScope
Type: imbSCI.Core.interfacesIMetaContentNested
The new scope.

Implements

IDeliveryUnitItemscopeInOperation(IRenderExecutionContext, IMetaContentNested)
See Also