Hello,
we are using Microsoft Dynamics NAV 2015.
I searched and tried a lot, but nothing did work, maybe it's not possible.
We have a table with one header row an a few lines.
I changed the "RepeatOnNewPage" property to true, like here:
->
http://vbcity.com/blogs/xtab/archive/2010/06/14/what-to-do-when-the-repeatcolumnheaders-property-in-a-tablix-isn-t-working.aspx
In the "Tablix Properties" i checked the "repeat header rows on each page".
I am not sure, but maybe the problem is the "CanGrow" Property in a table row. Sometimes we have a huge text, over a site. Whenever the text goes over 1 site the table header row will not be printed.
Is there a way to print the table header row on every page until the table ends?
Comments
Try this and let me know if any issues -
Blog
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
i tried the steps, but it didn't work. It's pretty much the same as in the posted site.
Anyway thanks for your answer.
You are almost done it. These are the steps I followed, and so far it works for me.
1. Select "Advanced Mode" in the Group Pane.
2. Select the correct Static row from the Row Group
3. Change the properties of;
KeepTogether = True
KeepWithGroup = After
RepeatOnNewPage = True
that is all, no need to change tablix properties, repeating in pages works even without "KeepTogether" property change, but I think it is what you have missed, so try it out.
ERP Consultant - MS Dynamics NAV
https://lk.linkedin.com/pub/lakshan-vindana-kulawansa/37/2a2/592
still the same problem. Whenever the text goes above a site the table header does not appear.
ERP Consultant - MS Dynamics NAV
https://lk.linkedin.com/pub/lakshan-vindana-kulawansa/37/2a2/592
-> http://pastebin.com/uvqzq0AL
The issue is because in your report first row is going up to second page, because of the text you have insert 60 times. If you reduced it to like 20 and the other row (another blank line or a sales line) comes to next page, table header is repeating for sure.
Is that long text a major requirement? May I know the requirement.
ERP Consultant - MS Dynamics NAV
https://lk.linkedin.com/pub/lakshan-vindana-kulawansa/37/2a2/592
thank you for helping me.
Yes the long text is a major requirement. Sometimes the text goes over 2 sites, or more.
The long text is everytime in the same table cell and the property "MarkupType" is set to "HTML".
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
ERP Consultant - MS Dynamics NAV
https://lk.linkedin.com/pub/lakshan-vindana-kulawansa/37/2a2/592
check the text file here;
http://pastebin.com/c4wRG6HN
some sort of a solution for your requirement.
ERP Consultant - MS Dynamics NAV
https://lk.linkedin.com/pub/lakshan-vindana-kulawansa/37/2a2/592
i'll try this in the other reports where that is needed.
When i am done i will post here again.
Thank you for your time & solution!