Create Watermark Dynamic

Stimulsoft Reports.NET discussion
Post Reply
Rogerio Costa
Posts: 2
Joined: Mon Oct 24, 2016 7:53 pm

Create Watermark Dynamic

Post by Rogerio Costa »

Hello

I would like to CREATE A watermark dynamic, Pará THAT I am using Final event render,
However I am NOT getting Change the text of the watermark. Example follows:

Code: Select all

If (Cabecalho.Mensagem_Fundo == 1)
{
     this.Page_Paisagem_Watermark.Text = "Cancelled";
     this.Page_Paisagem_Watermark.Enabled = true;
}
else if (Cabecalho.Mensagem_Fundo == 2)
{
   this.Page_Paisagem_Watermark.Text = "Preview";
   this.Page_Paisagem_Watermark.Enabled = true;
}
else
   this.Page_Paisagem_Watermark.Enabled = false;
Being que Cabecalho is a dataset as a data source.

A version used to StimullReport And 2016.2.0.0
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Create Watermark Dynamic

Post by Alex K. »

Hello,

Please try to set the NumberOfPass property of the report to Double Pass.

Thank you.
Rogerio Costa
Posts: 2
Joined: Mon Oct 24, 2016 7:53 pm

Re: Create Watermark Dynamic

Post by Rogerio Costa »

Thank you,

After the change of ownership, it worked the way I was hoping.

Best Regard.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Create Watermark Dynamic

Post by Andrew »

Hello, Rogerio.

Thank you for letting us know about this. Closing this thread.

Have a nice day!
Post Reply