PrintSetting.Copies
antoniobarbado
Spain
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
}
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