0
プリンタ選択ポップアップなしで直接Crystal Reportsを印刷したいとします。 どうすればいいですか?プリンタ選択ダイアログなしで印刷
myReportDocument.SetDataSource(saveDataSet);
//Print
crystalReportViewer1.ShowRefreshButton = false;
crystalReportViewer1.ShowCloseButton = false;
crystalReportViewer1.ShowGroupTreeButton = false;
crystalReportViewer1.ReportSource = myReportDocument;
crystalReportViewer1.PrintReport();
私は既定の(かつ唯一の)プリンタを使用しています。