Home > Net >  Ask a questions about FastReport print
Ask a questions about FastReport print

Time:11-13

FastReport some print () function, if is direct call, every time will popup selection dialog for the printer, if one-time print 10, this is very trouble!

I also try to write, but still not right, also will popup window to choose printer (I want to achieve is choose only one printer, then direct print) :

System. Drawing. Printing. PrinterSettings fs=new System. Drawing. Printing. The PrinterSettings ();
RPT. ShowPrintDialog (out fs);
for(int i=0; i<10; + + I)
{
.
RPT. Print ();
.
}

Encountered such a problem, please friends to see!
Thank you very much!

CodePudding user response:

Someone met excuse me

CodePudding user response:

Look under the top again, have met

CodePudding user response:

Fs is set to the static type, call to choose printer dialog when using conditional statements,

CodePudding user response:

Has been solved,
A parameter Settings don't show the fs printer dialog box
  •  Tags:  
  • C#
  • Related