I have developed asp.net web form with crystal report on visual studio 2008. I set the default paper size to "custom size". But when i publish the web site, it comes crystal report viewer always render to A4 size.
I have too add code to set paper size to my "custom size" in code behind. But when i publish the website again, it shown an Error message "could not load report"
Anyone know how to fix this?