Hi
Is it possible to set the page watermark's image from datasource?
We now have a table with that contains images. It would be very usefull for us if we could select our image from the database instead of selecting an imagefile on the hard drive.
More in detail:
We have a customertable. Each customer has a few images like a large logo, small logo etc.
We would like to set this logo as a watermark on the report.
watermark from datasource
watermark from datasource
Using Stimulsoft since 2007
watermark from datasource
Hi,
No problem, please use the following code in the BeforePrint event of the Page:
Page1.Watermark.Image = StiImageHelper.GetImageFromObject(MyDataSource.MyDatacolumnWithImage);
Thank you.
No problem, please use the following code in the BeforePrint event of the Page:
Page1.Watermark.Image = StiImageHelper.GetImageFromObject(MyDataSource.MyDatacolumnWithImage);
Thank you.
watermark from datasource
Hello,
Let us know if you need any help.
Thank you.
Let us know if you need any help.
Thank you.