reference: OutFilterStream example without output stream

git-svn-id: svn://ultimatepp.org/upp/trunk@7416 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-06-05 11:10:21 +00:00
parent f0da5c0e8a
commit d5aa542fe9
2 changed files with 22 additions and 2 deletions

View file

@ -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);