object properties on print
Is it possible to set the properties of an object on an SSRS report so that it is not rendered when printed?
May 19th, 2011 2:14pm

Hi, Do you mean some controls in report need to be hidden in printing? If I have misunderstood, please point out and elaborate your requirement briefly. In Reporting Services 2008 R2, we can control the visibility based on the global RenderFormat field. For example, in order to hide a table in printing, please set its Hidden property to the expression =(Globals!RenderFormat.Name=”IMAGE”) If you are using Reporting Services 2005 or 2008, one workaround is to a create same report which is dedicated for printing, and hide some items in it. Thanks, Tony Chain. Tony Chain [MSFT CSG] | Microsoft Community Support Get or Request Code Sample from Microsoft Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Free Windows Admin Tool Kit Click here and download it now
May 20th, 2011 5:42am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics