|
国庆特别版:
超级报表3.8.2.9和多SHEET
1.2.2版本正式推出(2006-9-28)。
国庆快要来临之季,为满足用户的需要,特别推出超级报表和超级报表多SHEET两个新版本。
节日期间(10月1日到10月7日)公司电话0571-28815085照常开通,用户有需要咨询的问题
可以打这个电话。
超级报表2.8.2.9版本更新的内容:
在打印页面设置中新增了页面水平居中和垂直居中的功能。
新增设置是否打印时页面水平居中的方法SetPrintPageHorzCenter。
新增返回是否打印时页面水平居中的方法IsPrintPageHorzCenter。
新增设置是否打印时页面垂直居中的方法SetPrintPageVertCenter。
新增返回是否打印时页面垂直居中的方法IsPrintPageVertCenter。
在SaveContentModifiedAsString方法的字符串输出中,增加了单元变量名的输出。
修正了单元文字折行显示时,打印和打印预览右边的文字会显示不全的问题。
通过自定义函数向导增加自定义函数时,修正了可以同时添加同名函数的问题。
通过自定义函数向导修改自定义函数时,修正了“函数定义中有参数循环”选项打勾之后不能再改为不打勾的问题。
修正了MIN和MAX函数中有负数时计算错误的问题。
超级报表多SHEET控件1.2.2版本,新增了如下功能:
修正了1.2.1版本的多SHEET插件在IE上面会严重出错的问题。
新增超级报表控件的方法,下面方法的帮助请参考“超级报表SDK开发应用帮助”:
BOOL SetCellPopupTip(short nSheetIndex,long nStartRow,long
nStartCol,long nEndRow,long nEndCol,LPCTSTR lpszTip);
BSTR GetCellPopupTip(short nSheetIndex,long nRow,long
nCol);
BOOL OnSetCellPopupTip(short nSheetIndex);
void ShowPopupTip(short nSheetIndex,LPCTSTR lpszPopupTip,short
x,short y);
void HidePopupTip(short nSheetIndex);
BOOL ClearCellStatDefine(short nSheetIndex,long nStartRow,long
nStartCol,long nEndRow,long nEndCol);
BSTR GetCellStatDefine(short nSheetIndex,long nRow,long
nCol);
BOOL SetCellStatDefine(short nSheetIndex,long nRow,
long nCol,LPCTSTR lpszCellStatDefine);
short GetCellLeftSpan(short nSheetIndex,long nRow,long
nCol);
short GetCellRightSpan(short nSheetIndex,long nRow,long
nCol);
short GetCellTopSpan(short nSheetIndex,long nRow,long
nCol);
short GetCellBottomSpan(short nSheetIndex,long nRow,long
nCol);
short GetCellRowSpan(short nSheetIndex,long nRow,long
nCol);
short GetCellColSpan(short nSheetIndex,long nRow,long
nCol);
long GetSysGridLineColor(short nSheetIndex);
short GetSysGridLineType(short nSheetIndex);
BOOL GenerateStatScript(short nSheetIndex);
void SetPrintPageHorzCenter(short nSheetIndex,BOOL
bSet);
BOOL IsPrintPageHorzCenter(short nSheetIndex);
void SetPrintPageVertCenter(short nSheetIndex,BOOL
bSet);
BOOL IsPrintPageVertCenter(short nSheetIndex);
|