Empty Report Export
Hello,
I have a report with two bands and i am trying to export XLSX.
First band is Report Title or ColumnHeader (storing constant column descriptions)
Second band is Master Data (showing data)
Dataset selected for Master Data band and if there is not any data report export only report title -but i do not want a report in this case-, if i set report.engineoptions.printifempty to false in this case i am getting "List index out of bounds (0)" error?
If i try to xls export after setting report.engineoptions.printifempty to false then i'm getting "Invalid variant operation" error.
I have a report with two bands and i am trying to export XLSX.
First band is Report Title or ColumnHeader (storing constant column descriptions)
Second band is Master Data (showing data)
Dataset selected for Master Data band and if there is not any data report export only report title -but i do not want a report in this case-, if i set report.engineoptions.printifempty to false in this case i am getting "List index out of bounds (0)" error?
If i try to xls export after setting report.engineoptions.printifempty to false then i'm getting "Invalid variant operation" error.
Comments
if so then show the code where you are loading and running the report and
setting up the export filter.