Hello,
I work with Crystal in Visual Studio 2005.
Is it possible to receive the export file name after the report viewer finished exporting?I think it is not possible. It is also not possible to figure out which format was used for exporting, which optional parameters were used etc.
If I needed that information, I would probably create my own form for entering export file name and export options.
Showing posts with label crystal. Show all posts
Showing posts with label crystal. Show all posts
Friday, March 30, 2012
Monday, March 26, 2012
Receipt with copies
I need some URGENT help!!! I developed a .Net Web App. I used the Crystal Report system included with VB .Net. to make a report that prints the clients receipt, but I need that same information to be repeated three times in the same page (original and 2 copies). The paper (8.5" x 11") is perforated in thirds. Ive tried to repeat the same info three times in the Crystal Reports document, without success... Ive tried subreports, etc... Any suggestions? Pleeeeeeeease help...
Thanks...Which database are you using?
You can have stored procedure having the query
Select query
Union All
Select query
Union All
Select query
and design the report using that stored procedure
Thanks...Which database are you using?
You can have stored procedure having the query
Select query
Union All
Select query
Union All
Select query
and design the report using that stored procedure
Subscribe to:
Posts (Atom)