Click or drag to resize

deliveryUnitItemContentTemplatedscopeOutOperation Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Scopes the out operation.

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

Parameters

context
Type: imbSCI.Core.reporting.renderIRenderExecutionContext
The context.
oldScope
Type: imbSCI.Core.interfacesIMetaContentNested
The old scope.

Implements

IDeliveryUnitItemscopeOutOperation(IRenderExecutionContext, IMetaContentNested)
See Also