Add PDF report button on TabPanel's header

124 views Asked by At

I want to add PDFreport button at the right of the header in TabPanel or may be on TabItem.

Is it possible?

1

There are 1 answers

1
Ben On

I haven't tried this, but i think you could try with this method.

It allows you to put HTML code into the header of your TabPanel. So you could insert your button as plain HTML into the header.

But it depends on what that button should do.