【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.3.11.1 ReportBase::CreateTable
Contents
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
Remark
See Also
Header to Included
ReportTree.h