You can display parameter attributes in a table format.
Specify the header row of the table by entering the following tags:
${PARAMETERNAMES}
${PARAMETERMODES}
${PARAMETERTYPES}
${PARAMETERSTRUCTURES}
${PARAMETERVALUES}
The ${PARAMETERNAMES}
tag is the only mandatory tag needed in the header row. If you enter the ${PARAMETERNAMES}
tag in the header row, all the parameters appear in the report. If you enter ${PARAMETERNAMES(Parameter Names)}
where Parameter Names is either a comma-separated list or a comma-separated expression, only specific parameters will appear in the table. For example, if you enter the following tag in the template:
${PARAMETERNAMES(b(.*), Parameter3)}
only parameters starting with
b
and
parameter3
appear in the table.