一
二
三
四
主體代碼如下
///
/// Bind CrystalReport
///
///
sql
private void bdReport(string strS)
{
oCR = new CrystalReport
SqlConnection cnn = new SqlConnection(ConfigurationSettings
SqlDataAdapter cmd
//Create and fill the DataSet
DataSet
cmd
// SqlDataAdapter cmd
SqlDataAdapter cmd
cmd
//Create the relation between the Authors and Titles tables
ds
ds
ds
//binding reportViewer
oCR
this
//Close the connection
cnn
}
From:http://tw.wingwit.com/Article/program/net/201311/13309.html