using system;
using system.collections;
using system.configuration;
using system.data;
using system.linq;
using system.web;
using system.web.security;
using system.web.ui;
using system.web.ui.htmlcontrols;
using system.web.ui.webcontrols;
using system.web.ui.webcontrols.webparts;
using system.xml.linq;
using crystaldecisions.crystalreports.engine;
using crystaldecisions.shared;
using system.data.sqlclient;
public partial class crtable : system.web.ui.page
}public void filedreportdocument()
}//匯出.rpt檔案(.rpt)
private void configureexporttorpt()
//匯出.rtf檔案(.rtf)
private void configureexporttortf()
//匯出.doc檔案(.doc)
private void configureexporttodoc()
//匯出.xls檔案(.xls)
private void configureexporttoxls()
//匯出.pdf檔案(.pdf)
private void configureexporttopdf()
//匯出.html檔案(.html)
private void configureexporttohtml32()
//匯出html40.html檔案(.html)
private void configureexporttohtml40()
// //匯出.xls檔案(.xls)
private void configureexporttoxlsrec()
//匯出報表
protected void button1_click(object sender, eventargs e)
if (!selectednoformat)
else
}catch (exception eee)
}protected void crystalreportviewer1_init(object sender, eventargs e)
protected void dropdownlist1_selectedindexchanged(object sender, eventargs e)
}
水晶報表匯出
private void page load object sender,system.eventargs e region web form designer generated code override protected void oninit eventargs e required me...
水晶報表基礎入門 7 晶報表匯出資料技術2
exportdestinationoptions屬性 獲取或設定報表的匯出目標選項。語法 publicexportdestinationoptions exportdestinationoptions exportdestinationtype屬性 獲取或設定匯出目標型別。public export...
水晶報表 建立報表
水晶報表是乙個優秀的報表開發工具,本人在開發通用管理系統的時候,所有報表都使用水晶報表,其簡單 易用和強大的功能令筆者倍加喜愛,現將水晶報表使用手記呈現給大家。一 在使用自帶的水晶報表時,請註冊,否則只能使用30次 二 使用crystalreportviewer進行預覽 crystalreportv...