Skip to Content
0
Former Member
Jun 04, 2009 at 08:10 AM

Printing a web item

167 Views

Hi Experts,

I am using WAD 3.x. In my web report I am displaying two queries next to each other putting them side by side. Both these queries have 13 columns but at time only 7 of them are shown. I have a print button in the Web Report that prints the current window (using Windows.print() ) i.e it will print only the 7 columns that are visible on the screen.

Now, I want to have a print button that prints all 13 columns irrespective of their visibility on the screen.

Can anybody help me ?