I had a report that I modified by adding a AfterPrint event handler to one of the rows. public void xrTableRow7_AfterPrint( object sender, EventArgs e){ XRTableRow row = new XRTableRow (); this .xrTable4.Rows.Add(row);} Now I get an error when I attempt to generate the report: Collection was modified;...
Posted to
General
(Forum)
by
ryan haas
on
6/3/2008
Filed under: Report PDF, XtraReports, XRTable, export to PDF, conditional formatting, data binding, Xtrareport