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 (); } se (CrystalReportSource1.Report.FileName! = reportName) CrystalReportSource1.Report.FileName = reportName; } btnBack_Click vuoto protettivo (mittente dell'oggetto, EventArgs e) { Response.Redirect (“f_MenuReports.aspx„); } setDynamicDB vuoto riservato () { prova { conStr della stringa = System.Configuration.ConfigurationManager.AppSettings [“WannalancitConnectionString„]; strReportPath della stringa = Server.MapPath (“~/Reports/testuntrained.rpt„); sqlConnection di //SqlConnection = nuovo SqlConnection (conStr); connectionInfo della stringa = conSettings.ConnectionString; sqlConnection di SqlConnection = nuovo SqlConnection (connectionInfo); Ordine di SqlCommand = nuovo SqlCommand (); Command.Connection = sqlConnection; Command.CommandText = “UnTrainedReport„; Command.CommandType = CommandType.StoredProcedure; Adattatore di SqlDataAdapter = nuovo SqlDataAdapter (ordine); dsUntrainedRpt ds = nuovo dsUntrainedRpt (); Adapter.Fill (ds, “UntrainedReport„); Cr di ReportDocument = nuovo ReportDocument (); Cr. Carico (strReportPath); cr.SetDataSource (ds. Tabelle [“UntrainedReport„]); CrystalReportViewer1.ReportSource = Cr; } fermo (eccezione exp) { lblErrorMsg.Text = exp. Messaggio; } } }
1: 2: 3: 4:
funzione ShowPhoto (equipid) { vara di varietà = “/EquipmentPhotos/pic„ + equipid +„ .jpg "; document.getElementById (“EquipPhoto ").setAttribute (“src„, vara); }