Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プログラムで Crystal Report の印刷ボタンにアクセスできますか。そのボタンはプロパティですか、それともイベントですか?
CrystalReport.PrintToPrinter() メソッドを使用すると、Crystal Report を開かずに直接印刷できます。
CrystalReport.PrintOptions.PaperSize = PaperSize.PaperA4を使用して用紙サイズを設定することもできます。