|
GenTab(String, String, String, String, String, XSpecProperties, XDisplayProperties)
|
The original string-based table generation method. The crosstab report results are always returned as a string.
There are two usage patterns for this method: (1) If the output format is not None, then the returned string
represents the generated report in the best way possible (2) If the output format is None, then the return value
is null and the internal state of the table data is prepared for later output in a chosen format.
|