Click or drag to resize

CrossTabEngineGenTab(String, TableSpec) Method

Generate a table from a shared table spec object

Namespace: RCS.Carbon.Tables
Assembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax
C#
public string GenTab(
	string? name,
	TableSpec 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  TableSpec
filled XTableSpec object

Return Value

String
A string representation of the crosstab report in the format specified in its displayProperties. 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