Skip to content

ritazakhodyaeva/reporting-winforms-watermark-different-pages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for WinForms - How to Add Different Watermarks to Different Pages

This example shows how to assign a unique watermark to different report pages. To do this, 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. If you want to remove the watermark from a particular page, pass a new empty watermark to the AssignWatermark method.

Report with Different Watermark on Different Pages

Files to Review

Documentation

More Examples

About

.NET, XtraPrinting Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 74.1%
  • Visual Basic .NET 25.9%