//報表
CargBillReport CBR = new CargBillReport();
//新增一個欄位      
dt.Columns.Add("barcode",System .Type.GetType ("System.Byte[]"));
//圖片
byte[] img = System.IO.File.ReadAllBytes("C:\\Documents and Settings\\Administrator\\My Documents\\My Pictures\\Water lilies.jpg");
//加入圖片                    
dt.Rows[0]["barcode"] = img;
//填入報表          
CBR.SetDataSource(dt);
//預覽
 crystalReportViewer1.ReportSource = CBR;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 pdyurfof 的頭像
    pdyurfof

    夏天的雙重性格

    pdyurfof 發表在 痞客邦 留言(0) 人氣()