January 6, 2009 at 3:00 pm
How would I add a watermark in a report (report designer) based on certain condition? For example,
IF Fields!InvoiceID.Value like "ET" OR "GT", (display the following text:) "For Information Only - DO NOT PAY" (Else), " ".
Can this be do done by editing the watermark in printer settings?
Thanks,
leonie6214
January 6, 2009 at 4:38 pm
You might want to repost this to the Reporting Services forum.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
January 7, 2009 at 12:11 am
Continued here - http://www.sqlservercentral.com/Forums/Topic631160-150-1.aspx
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 21, 2009 at 9:12 am
I don't think that this is possible and this for a simple reason : it isn't possible to superpose objects with SSRS (not in the 2005 version).
You can have a textbox object and show/hide it (with a simple =IF expression in the visible property) but, unlike a watermark, you can't draw something else onto the textbox.
Christophe
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply