I have a report that has dynamically created html text based on the data. I would like to have a footnote associated with one of those HtmlTextBox controls to appear at the bottom of the page on which the section occurs. I looked at Docking as a possible solution but that seems to dock with a section and not a page.
Is there a way to:
1) Have a control (e.g., HtmlTextBox) appear at the bottom of the page on which another control appears with the page # not being known in advance? -- My ideal solution.
2) A way to change the page footer on a specific page to include the footer text.-- A fallback solution
(I have been able to add a control to the footer that only displays on the specified page number. However, on all of the other pages it has the height needed to include the footer which makes it to tall. According to your help file "the height of the PageHeader and PageFooter section that is set at design-time is always preserved..." so I seem to have no choice with this.)
Thanks,
Matthew
Is there a way to:
1) Have a control (e.g., HtmlTextBox) appear at the bottom of the page on which another control appears with the page # not being known in advance? -- My ideal solution.
2) A way to change the page footer on a specific page to include the footer text.-- A fallback solution
(I have been able to add a control to the footer that only displays on the specified page number. However, on all of the other pages it has the height needed to include the footer which makes it to tall. According to your help file "the height of the PageHeader and PageFooter section that is set at design-time is always preserved..." so I seem to have no choice with this.)
Thanks,
Matthew