Functions for Report Option Variables

The following functions can be used for setting or retrieving report options that refer to the specific processs file.

         GetReportGeneralOptions (VarID As VarID, val) can be used to retrieve the value of the report options specified for this flowsheet

         SetReportGeneralOptions (VarID As VarID, val) can be used for setting the report options for this flowsheet

The first argument (varID) is the variable identifier that specifies the variable we want to access and the second argument (val) is the variable’s value.

The Variable ID that needs to be used for each variable is listed in Report Options Variables. Please see Accessing Pro-Designer Variables with COM for general information on accessing the Pro-Designer variables with the COM server.

For a sample script that illustrates the use of these functions, see Report Creation Related Scripts.