Page 1 of 1

Create Watermark Dynamic

Posted: Mon Oct 24, 2016 7:57 pm
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

Re: Create Watermark Dynamic

Posted: Wed Oct 26, 2016 7:30 am
by Alex K.
Hello,

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

Thank you.

Re: Create Watermark Dynamic

Posted: Wed Oct 26, 2016 4:34 pm
by Rogerio Costa
Thank you,

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

Best Regard.

Re: Create Watermark Dynamic

Posted: Thu Oct 27, 2016 5:00 am
by Andrew
Hello, Rogerio.

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

Have a nice day!