2.2.3.11.1 ReportBase::CreateTable


Description

Create one table for the report

Syntax

ReportTable CreateTable( LPCSTR lpcszTagName, LPCSTR lpcszLabel, int nId, int nNumRowLabels = -1, int nNumColumnLabels = -1 )

Parameters

lpcszTagName
[input] table tag name
lpcszLabel
[input] table title
nId
[input] table id
nNumRowLabels
[input] number of row labels
nNumColumnLabels
[input] number of column labels

Return

the newly created table

Examples

ReportBase's examples

Remark

See Also

Header to Included

ReportTree.h