Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Supressing Rows and Columns

Status
Not open for further replies.

saradaga

Programmer
Jul 10, 2008
22
US
Hi,

If there are 10 rows in the report and if I export the 10 rows into PDF, Is it possible to supress 4 rows or columns while I export it to PDF but should be able to see all the rows in the report.

Also the viceversa, i.e, Can I be able to supress 4 ROWS or columns in the report , but able to see all the 10 rows in the PDF when I export to PDF.

Can someone Please advise.
Thanks.
 
YOu will need to add a parameter, called say Export, set up as a string and add defaults yes and no.

YOu can then suppress fields when param = yes.

You can not invoke param just for exporting, you will need to run and view in pdf export form.

Ian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top