Printing forms with tab panels

With Servoy 3, is it possible to print anything other than tab 1 of a tabless tab panel on a form?

I’ve tried

elements.tabs_footer.tabIndex = 2
controller.showPrintPreview()

but it always prints tabIndex 1

Also tried with no luck

  • removing tab 1 before printing
  • starting with an empty tab and adding the form I want to print as a tab before printing.