ReportGlobal Object

Crystal Report Plugin Library
See Also   Example  

This object allows you to retrieve the ProcessingExtension Object through which you can add, delete, and manage customized processing extensions. The collection accessed through the ProcessingExtensions Property of the ReportGlobal object contains all of the processing extensions within the system. For more information on processing extensions, see the Processing Extension API Reference.

Note:    There are a couple of items to take into account when retrieving the ReportGlobal plugin. First the ReportGlobal Object has a static ID of 36. Secondly you must enter ReportGlobal as the Interface parameter for the InfoObject's PluginInterface Property. For example:

var ReportGlobals = IStore.Query("Select SI_PROCESSING_EXTENSIONS From 
OBJECTS Where SI_ID = 36");
var ReportGlobal = ReportGlobals.Item(1).PluginInterface("ReportGlobal");
Properties

Property Description

ProcessingExtensions Property

Returns the complete list of processing extensions available in the system. Read-Only.



Crystal Decisions, Inc.
http://www.crystaldecisions.com
Support services:
http://support.crystaldecisions.com