1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58:
-1), то { setDynamicDB (); } если (CrystalReportSource1.Report.FileName! = reportName) CrystalReportSource1.Report.FileName = reportName; } защищенное пустое btnBack_Click (прислужник предмета, EventArgs e) { Response.Redirect («f_MenuReports.aspx»); } приватное пустое setDynamicDB () { попытка { conStr шнура = System.Configuration.ConfigurationManager.AppSettings [«WannalancitConnectionString»]; strReportPath шнура = Server.MapPath («~/Reports/testuntrained.rpt»); sqlConnection //SqlConnection = новое SqlConnection (conStr); connectionInfo шнура = conSettings.ConnectionString; sqlConnection SqlConnection = новое SqlConnection (connectionInfo); Командование SqlCommand = новое SqlCommand (); Command.Connection = sqlConnection; Command.CommandText = «UnTrainedReport»; Command.CommandType = CommandType.StoredProcedure; Переходника SqlDataAdapter = новое SqlDataAdapter (командование); dsUntrainedRpt ds = новое dsUntrainedRpt (); Adapter.Fill (ds, «UntrainedReport»); Cr ReportDocument = новое ReportDocument (); cr. Нагрузка (strReportPath); cr.SetDataSource (ds. Таблицы [«UntrainedReport»]); CrystalReportViewer1.ReportSource = cr; } задвижка (исключение exp) { lblErrorMsg.Text = exp. Сообщение; } } }
1: 2: 3: 4:
функция ShowPhoto (equipid) { vara var = «/EquipmentPhotos/pic» + equipid +» .jpg "; document.getElementById («EquipPhoto ").setAttribute («src», vara); }