sql server - Visual Studio Report Designer: How do I print something on every second page of a report? -


i have report in visual studio report designer prints contract. want have terms , conditions on of every page. how can print on every second page (which i'll duplex)? i've tried putting in page header\footer (it gets cut off), , i've tried controlling visibility of in body of report using page numbers (but can't use global page numbers variable in body of report). how can wrangle report want?

alas, mention: can't access page number in body of report. don't think requirement can satisfied, there's no real workaround know of. alternatives (which may have considered) can see far, ordered bad progressively worse:

  • print note entirely in header or footer
  • print on every page
  • post-process rendered report (pdf?) , add afterwards
  • do report twice. once notice on each page, once without. own "duplexing": print odd pages document without, put paper in printer, , print pages.

(like said, workarounds progressively worse top bottom :d)

in extreme case know content ends on page number link visibility expression content.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -