PrintSetting.Copies

Hello,

when i set PrintSetting.Copies to 2, and print directly only one copy is printer.

If i set two copies from Preview Dialog it work fine.

It??s a driver problem ?



using (FrxReport imp = new FrxReport())
{
...... ALL OTHER CODE

imp.PrintSettings.Copies = 2;
....... ALL OTHER CODE

}

Comments

  • edited 6:58PM
    Sorry, my mistake was. Assigned this variable before loading the report so it is overwritten

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.