Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
Using Grid Headers and Row KeepSolid
posted

I am trying to produce a PDF that shows a month calendar in grid format.  I add a Grid to a Band and then setup the grid header (.Repeat = True).  When creating the rows of content, I set the KeepSolid property to true.

When the calendar renders, the grid header appears both at the top of a new page and also within the page above the row that should be displayed on the next page.

Confusing.  I have attached a zip of the .aspx and .aspx.vb files as well as a sample output (.pdf)

Has anyone had experience trying to keep grid rows together and repeating grid headers on each page?

pdf.aspx.zip