Click or drag to resize

deliveryUnitItemSimpleRenderOutputexecuteScriptInstruction Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Executes the script instruction.

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

Parameters

context
Type: imbSCI.Core.reporting.renderIRenderExecutionContext
The context.
instruction
Type: imbSCI.Reporting.scriptdocScriptInstructionCompiled
The instruction.

Implements

IDeliveryUnitItemexecuteScriptInstruction(IRenderExecutionContext, docScriptInstructionCompiled)
See Also