Printer Settings
Раздел: FastReport .NET
How could I know if my printer is online and if is there paper in the printer
this.report1.PrintSettings.ShowDialog = true;
this.report1.PrintSettings.Printer = printer_name;
//this.report1.PrintSettings.ShowDialog = false;
//this.report1.Print();
this.report1.Show();