How do I export a crystal report that's viewed in a web page that has parameters? It works fine when I display it to the web page. The following statement assigns the parameters to the viewer, but what do I assign the parameters to when I export?
crystalreportviewer1.ParameterFieldInfo = paramFields
My other idea is to figure out how to change the page margins in IE in order to print the page directly. (it cuts off the right-hand side of the report if margins are not changed) Any ideas on how to do this?
crystalreportviewer1.ParameterFieldInfo = paramFields
My other idea is to figure out how to change the page margins in IE in order to print the page directly. (it cuts off the right-hand side of the report if margins are not changed) Any ideas on how to do this?