Out of memory exception thrown - I tried to export a large record from report viewer into excel in windows forms. I have applied grouping for page breaks since excel does not allow above 65535 rows. Below expression is used for Group On expression,
=Int((RowNumber(Nothing))/10000)
Page Break at end Checkbox is enabled for this grouping
while exporting by clicking on the default export option available in report viewer control. But results in out of memory exception thrown.
Am i doing right? is there any solution or work around for this?
Thanks in advance,