January 10, 2014 at 1:26 am
Hi
I'm new to SSRS and I'm given this problem, I'm creating a report in VS 2005. In my Dataset I have a field that returns either N or Y, if it returned Y it means that the report is in error and the .pdf should be created with the error watermark. I'm still reading up on watermark, please help.
January 10, 2014 at 1:28 am
You can put a picture in the report, make it the same size of report and fade it out.
Use an expression on the visibility property to hide it according to the field from your dataset.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
January 10, 2014 at 2:02 am
I have created a picture so far, as to what I found so far through articles I found in the net, but then I'm not sure how to go on about it in my report.
January 10, 2014 at 2:34 am
What part are you struggling with?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
January 10, 2014 at 2:46 am
How do I attach my bitmap picture to my report, on the conditions, e.g if Fields!Validation_Check.Value = Y, then watermark "Report In Error" on top of my report. And again I saw that I don't have to use a picture, it can just be a Text "Report In Error" over my report, on top of my report.
January 10, 2014 at 3:42 am
Whatever you want to do, watermark or just some text, add it to the report.
Then hide it if necessary.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply