Hi everyone,
I've got a report that works and looks just how I want it to. However, it seems to spill over the bottom edge of the reportviewer, along with it's scrollbar. I set a border on the reportviwer, and the report spills over this at the bottom. Only by a small amount though, but it looks unprofessional. Has anyone encountered this / know how I can maybe fix this?
Thanks
Hello,
I guess it is related to AsyncRendering property, Please set to false and see that help. By default it is set to true. I had a similar problem and i had to set false in .aspx code.You can always set to true before rendering.
this.ReportViewer1.AsyncRendering = true;
this.ReportViewer1.ServerReport.Refresh();
Hope this help!
|||Hi,
thanks for your reply, but setting AsyncRendering to false made it worse! It doubled the height of the reportviewer, which then dropped off the entire page, including the whole page design!
thanks for trying anyway. ANy other ideas?
anyone else got any ideas?
No comments:
Post a Comment