This example shows how to assign a unique watermark to different report pages. You can do it in the following ways:
-
Assign the Page.WatermarkId property to the Watermark.Id value.
-
Call the Page.AssignWatermark method for the page whose watermark you want to change, and pass a new watermark to this method as a parameter.
Page.AssignWatermark
takes priority over Page.WatermarkId
.
If you want to remove the watermark from a particular page, pass a new empty watermark to the AssignWatermark method.
(you will be redirected to DevExpress.com to submit your response)