///
/// 獲取伺服器時間進行列印
///
///
public dataset baobiaotime()
列印窗體**:
textobject text7 = (textobject)chereport.reportdefinition.reportobjects["text7"];
dataset dstime = gl.baobiaotime();
text7.text = dstime.tables["che_dayinshijian"].rows[0]["dytime"].tostring().trim();//dytime是資料庫提取伺服器時間as別名變數
水晶報表列印
水晶報表列印問題 reportdocument areportdocument new reportdocument 載入報表 子報表資料來源 areportdocument.subreports sonrpt.rpt setdatasource sonds 傳遞引數 areportdocument...
水晶報表列印
1.資料來源的使用,當從外部新增資料庫檔案或更新資料庫檔案時,可以直接將解決方案中的資料庫檔案替換掉,但是如果程式設計介面中用到了資料繫結,涉及到了資料來源的話,如果要將資料來源中的內容也更新的話,可以從伺服器資源管理器中直接拖過來。我太傻了,以前都不知道 2.為報表繫結資料集 3.在報表中如果用到...
水晶報表的列印
using system using system.data using system.configuration using system.collections using system.web using system.web.security using system.web.ui usin...