Click or drag to resize

PluginOnGlobalsReady Method

Called when the export job has finished processing global fields.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public virtual ActionCode OnGlobalsReady(
	IEngine engine
)

Parameters

engine
Type: Opait.ReportMiner.ApiIEngine
The export engine.

Return Value

Type: ActionCode
A code to instruct the engine on how to proceed.

Implements

IPluginOnGlobalsReady(IEngine)
See Also