mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@7413 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c9a1c25a01
commit
e22b29d39c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ GUI_APP_MAIN
|
|||
Report report;
|
||||
report.OnPage(callback1(DrawWatermark, &report)); // called after new page is created
|
||||
for(int i = 0; i < 100; i++) {
|
||||
report << "{{1:1:1@n Report:: with:: Watermark}}"; // Need to use @n to make table background transparent
|
||||
report << "{{1:1:1@N Report:: with:: Watermark}}"; // Need to use @n to make table background transparent
|
||||
report << "Report with Watermark";
|
||||
}
|
||||
Perform(report);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue