GetOutputTypes
Description: | Returns a list of available report output type plugins. |
Returns: | Array |
Usage: | Script Only. |
Function Groups: | Report |
Related to: | GetReportTypes |
Format: | \ReportPanel\GetOutputTypes(PtrTypeNames, PtrTypeMods) |
Parameters: |
PtrTypeNames |
Required. A pointer to a variable storing output names. |
PtrTypeMods |
Required. A pointer to a variable storing output module names. |
Comments: | This subroutine, declared in ReportPanel, is a plug-in to help with custom retrieval of output types. GetOutputTypes must be prefaced by \ReportPanel\, as shown in the "Format" section above. |