水晶報表匯出

2021-05-09 21:03:17 字數 313 閱讀 5634

private void page_load(object sender, system.eventargs e)

}#region web form designer generated code

override protected void oninit(eventargs e)

///

/// required method for designer support - do not modify

/// the contents of this method with the code editor.

///

水晶報表匯出資料

using system using system.collections using system.configuration using system.data using system.linq using system.web using system.web.security using ...

水晶報表 建立報表

水晶報表是乙個優秀的報表開發工具,本人在開發通用管理系統的時候,所有報表都使用水晶報表,其簡單 易用和強大的功能令筆者倍加喜愛,現將水晶報表使用手記呈現給大家。一 在使用自帶的水晶報表時,請註冊,否則只能使用30次 二 使用crystalreportviewer進行預覽 crystalreportv...

水晶報表 子報表

經過了一段時間對水晶報表的操作,我對其稍稍了解了一點點。這兩天,一直在為資料量太大而煩惱,我有六張表,其中一張關聯剩餘的五張表。想要顯示資料,結果,顯示不出來,即使我已經在鏈結裡面設定了左外連線。我知道這個是按照笛卡爾積相乘,所以資料會成倍的增加。所以,即使我改用直接連線資料庫的方式也行不通。就是p...