Export option

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Litscher_(Guest)
Posts: 4
Joined: Tue Oct 10, 2017 12:44 pm

Export option

Post by Litscher_(Guest) » Tue Sep 05, 2006 4:11 am

Hi,____I will export a Report to Excel. __I use: setOutputDest (hRpt, "X")____With using DLLCALL I can only export "Record Line"__In the R&R Designer I can specify the Line (Grp Header or Summery or_) witch I will export. ____I don_t find an option like setOutPutOptions or something like that.____Is there anything, what I haven_t seen?____Thanks____J.Litscher

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Export option

Post by kfleming » Tue Sep 05, 2006 3:09 pm

Using the DLL the band line that will be exported is the one that is saved with that export format in the report. So if the report has a saved CSV export band line of 1GF it is that 1GF footer that will be exported.____Record is used as the default if there is no other saved band line in the report.____There is not a way to select a different band line at runtime unless you are allowing the user to select the output location. Allowing selection will give the runtime user the same export dialog that is available within the designer.____Kathleen__R&R Support

Litscher_(Guest)
Posts: 4
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Export option

Post by Litscher_(Guest) » Wed Sep 06, 2006 2:53 am

>Using the DLL the band line that will be exported is the one __>that is saved with that export format in the report.____Thanks for this information ____

Post Reply