| | |
| | | return getKReport()->GetTitleName(col); |
| | | } |
| | | public: |
| | | int SetRowSort(LPTSTR colName, bool colOrder = true) |
| | | int SetRowSort(LPCTSTR colName, bool colOrder = true) |
| | | { |
| | | return getKReport()->SetRowSort(colName, colOrder); |
| | | return getKReport()->SetRowSort((LPTSTR)colName, colOrder); |
| | | } |
| | | int SetClickEditFlag(bool f) |
| | | { |
| | |
| | | return getKReport()->AddRepeats(colName); |
| | | } |
| | | public: |
| | | void ShowEditor() |
| | | { |
| | | getKReport()->ShowEditor(); |
| | | } |
| | | public: |
| | | LPCTSTR GetColumnProp(int nCol, LPCTSTR pItem) |
| | | { |
| | | return L""; |
| | |
| | | return SetItemString(row, col.c_str(), xstring(str)); |
| | | } |
| | | |
| | | int DataBI(LPCTSTR pSchema = NULL) //数据BI分析 |
| | | { |
| | | return getKReport()->DataBI_(pSchema); |
| | | } |
| | | LPTSTR DataAnalysis(LPCTSTR pSchema = NULL) |
| | | { |
| | | return getKReport()->DataAnalysis(pSchema); |
| | | } |
| | | |
| | | public: |
| | | int openUrl(string aurl) |
| | | { |