摘要:
protected void gvMaterial_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow || e.Row.RowType == DataControlRowType.Header) { e.Row.Cells[0].Visible = false; } if (e.Ro... 阅读全文
摘要:
ds_Leader.Tables.Add(dt); ds_Leader.Tables[0].TableName = "dt";// ds_Leader.Tables.Add(dt1); ds_Leader.Tables[1].TableName = "dt1";// //ReportDocument rtd = new ReportDocument(); //string path = Server.MapPath("\\QueryStatistic\\CrystalRepor... 阅读全文