How can i save a report from code?
Hi. I want to know how can i save a report but not from de report preview. I want to save it from code.
I try to do it with this code:
rpComprobantesCuotas.PrepareReport();
rpComprobantesCuotas.SaveToFile(S); //s is the path where i save my report ('c:\1.fp3')
I can only save a file .fp3 whose size is 13k and when i try to open it from a preview it doesn??t display any page.
well...i need you help...Thanks!!
I try to do it with this code:
rpComprobantesCuotas.PrepareReport();
rpComprobantesCuotas.SaveToFile(S); //s is the path where i save my report ('c:\1.fp3')
I can only save a file .fp3 whose size is 13k and when i try to open it from a preview it doesn??t display any page.
well...i need you help...Thanks!!