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