GetOutputTypes

Description:              Returns a list of available report output type plugins.

Returns:                    Array

Usage:                       Script

Format:                      \ReportPanel\GetOutputTypes(PtrTypeNames, PtrTypeMods)

Parameters:             PtrTypeNames      { Pointer }  { required }  { no default }

                                              A pointer to a variable storing output names.

                                    PtrTypeMods      { Pointer }  { required }  { no default }

                                              A pointer to a variable storing output module names.

Comments:               This subroutine, declared in ReportPanel, is a plug-in to facilitate custom retrieval of output types. GetOutputTypes must be prefaced by \ReportPanel\, as shown in the "Format" section above.

See Also:

GetReportTypes