Click or drag to resize

IEngine Properties

The IEngine type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the current report document that is being processed.
Public propertyExportJob
Gets the current Export Manager job or null if not processing jobs.
Public propertyGlobalFields
Gets the list of global fields detected for the current document.
Public propertyLabels
Gets the list of labels for the data model.
Public propertyModelFile
Gets or sets the current model definition file.
Remarks
If you change the ModelFile from a plugin call, you must return Restart to reprocess the file.
Public propertyPluginFile
Gets or sets the current plugin file.
Remarks
If you change the PluginFile from a plugin call, you must return Restart to reprocess the file.
Top
See Also