Export option
-
- Posts: 4
- Joined: Tue Oct 10, 2017 12:44 pm
Export option
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
=> RE: Export option
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
-
- Posts: 4
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Export option
>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 ____