PrintSetting.Copies is alway return 1 when retrieve inside Report_Printed event

Config.ReportSettings.ReportPrinted += new EventHandler(Report_Printed);

void Report_Printed(object sender, EventArgs e)
{
FastReport.Report report = new FastReport.Report;

// PrintSetting.Copies is alway return 1
// when retrieve inside Report_Printed event
MessageBox.Show(report.PrintSetting.Copies.ToString());
}


i need to read number of copies of user entered on print
please help me
thank you very much

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.