Click or drag to resize

CrossTabEngineGenTab Method

Overload List
  Name Description
Public method GenTab(String, TableSpec) Generate a table from a shared table spec object
Public method GenTab(String, XTableSpec) Generate a table from a full table spec object
Public method 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.
Top
See Also