- Data:
- 2009-04-07 12:05:19 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/BazaReklam/FactureViewer.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/FactureViewer.cs
r547 r548 82 82 } 83 83 84 //nadpisanie drukowania85 //this.reportViewer1.Print += new CancelEventHandler(HandlePrint);86 /*87 if (proforma)88 {89 this.reportViewer1.Print += new CancelEventHandler(HandlePrint);90 }91 */92 93 84 jezykComboBox.SelectedIndex = 0; 94 85 typComboBox.SelectedIndex = 1; … … 370 361 371 362 reportViewer1.LocalReport.DataSources.Add(new ReportDataSource("tlumaczenia", ds.Tables[0])); 363 364 int invoiceProviderId = (int)invoiceProviderTableAdapter.GetDataByIdFaktury(idFaktury).Rows[0]["Id"]; 365 366 reportViewer1.LocalReport.DataSources.Add(new ReportDataSource("Baza_Reklam_InvoiceProvider", 367 InvoiceProviderFactory.GetInvoiceProvidersById(invoiceProviderId))); 372 368 373 369 paramList.Add(new ReportParameter("podpis", podpisCheckBox.Checked.ToString(), true));
