這篇文章將為大家詳細(xì)講解有關(guān)怎么在Java中使用jasperReport對動態(tài)列進行打印,文章內(nèi)容質(zhì)量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關(guān)知識有一定的了解。
專注于為中小企業(yè)提供
成都網(wǎng)站設(shè)計、成都網(wǎng)站制作服務(wù),電腦端+手機端+微信端的三站合一,更高效的管理,為中小企業(yè)
潁州免費做網(wǎng)站提供優(yōu)質(zhì)的服務(wù)。我們立足成都,凝聚了一批互聯(lián)網(wǎng)行業(yè)人才,有力地推動了上千多家企業(yè)的穩(wěn)健成長,幫助中小企業(yè)通過網(wǎng)站建設(shè)實現(xiàn)規(guī)模擴充和轉(zhuǎn)變。
示例代碼:
public ActionResult projectPrint() {
String[] printValue = null;
// 從頁面中獲得要查詢的字段
String reqPrintValue = getRequest().getParameter("printValue");
// 沒有選擇則默認(rèn)全打印
if (null == reqPrintValue || StringUtils.isEmpty(reqPrintValue)) {
printValue = new String[] { "pnumber", "pname", "pdepart", "pdecision", "pthrow", "plastmonth", "pfund", "ploan" };
} else {
printValue = reqPrintValue.split(",");
}
// 查詢統(tǒng)計數(shù)據(jù)
List
當(dāng)前標(biāo)題:怎么在Java中使用jasperReport對動態(tài)列進行打印-創(chuàng)新互聯(lián)
URL鏈接:
http://weahome.cn/article/shcio.html