Search code examples
c#.netmodel-view-controllercrystal-reports

Add watermark from report parameter or from data set values


How to add watermark at run time in crystal report using any of the below procedure

1- Report parameter (simple text) to print on report

2- Report parameter (image path) to get image from path

Any other approach if better to display dynamic watermark?


Solution

  • Crystal supports specifying an image path at runtime. Right-click your static image on the report layout. Select 'Format Graphic'. Select the 'Picture' tab. Note the 'Graphic Location' allows you to enter a formula expression. Enter in that expression the dynamic path to the desired image.