Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

C#: beidseitiges Drucken von einem Crystal Report

Empfohlene Antworten

Hallo,

ich versuche jetzt schon seit zwei Tagen einen Crystal

Report beidseitig zu drucken.

Vielleicht weiß einer von euch etwas.

Hier mein Code:

Report crReportDocument = new Report();

//Die Dataadapter werden mit Daten gefüllt

sqlda1.Fill(ds1._dbo__sp_getDataforDokuExport);

sqlda2.Fill(ds1._dbo__sp_getDataforDokuExport2);

sqlda3.Fill(ds1._sp_getDataforDokuExport3);

crReportDocument.SetDataSource(ds1);

//cboPrinter ist eine DropDownlist aus der ich

//meinen Drucker auswähle

crReportDocument.PrintOptions.PrinterName =

cboPrinter.SelectedItem.Text;

crReportDocument.PrintOptions.PrinterDuplex =

PrinterDuplex.Vertical;

crReportDocument.PrintOptions.PaperOrientation =

PaperOrientation.Portrait;

crReportDocument.PrintOptions.PaperSize =

PaperSize.PaperA4;

crReportDocument.PrintToPrinter(1,false,0,0);

ich finde da keinen Fehler, aber er druckt einfach nicht

Duplex,

ich bin für jede Information dankbar.

Gruß

Neo

sag als allererstes mal was fürn Druckerhersteller das ist. Bei Kyo viele mir auf anhieb noch ne kleine Schweinerei ein die man testen könnte.

Mein Programm sollte drucker unabhängig sein.

Man kann die installierten Drucker aus eienr DropDownList auswählen.

aber der Test Drucker ist ein Nashuatec 2205 mit Duplexeinheit.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.