|
CrossTabEngineGenTab(String, XTableSpec) Method
|
Generate a table from a full table spec object
Namespace: RCS.Carbon.TablesAssembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax public string GenTab(
string? name,
XTableSpec spec
)
Parameters
- name String
- The name of the report to appear in report heading. If the value null then a sequentially
incrementing name is silently used.
- spec XTableSpec
- filled XTableSpec object
Return Value
StringA string representation of the crosstab report in the format specified in the />.
If the output format of the report is
None then null returned because formatting of the report will be done in a
later step.
See Also