Options

Error while validating RDL content

gtrgtr Member Posts: 131
edited 2013-04-15 in NAV Three Tier
Hello

My Invoice report prints the Row Headers only on the first page.
I have seen this : http://blog.teamgrowth.net/index.php/net/how-to-repeat-header-rows-on-each-page-in-reportviewer-rdlc
and tried to do as indicated :
I modified the properties on the 2 first "Static" (see the joined image "TablixMember.jpg")
But this gives me an "Error while validating RDL content" (see the joined image "TablixMemberError.jpg")

Any idea what I missed ?

I did not find any comprehensiv explanation of all this stuff in the Advanced mode concerning row groups.
Do you know about a good explanation of what this is about ?

(Dynamics Nav 2013)

Answers

  • Options
    clauslclausl Member Posts: 455
    You need to do it on each static row, and not on the Group.

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
  • Options
    gtrgtr Member Posts: 131
    I tried to do this :
    KeepWithGroup = After
    RepeatOnNewPage = True
    on all 5 Statics and not on the group
    Same error !
  • Options
    clauslclausl Member Posts: 455
    I need to see what you are doing to be able to help you.

    Write me a PM with contact details and I we can set up a meeting where I will look at the issue.

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
  • Options
    gtrgtr Member Posts: 131
    Thanks for all your help - it works now

    I had to re create the table because there was an orphan Static
  • Options
    clauslclausl Member Posts: 455
    Great :D

    As I said on Skype I have seen these orphan Static rows several times before when you go in "Advanced Mode" in the "Grouping Window".
    If anybody have figured out why and how they apear I'm all ears. Usually they appear in headers above details. So i.e. when you look at Tablix in the Layout it has i.e. 2 header rows, but when you look in "Advanced Mode" in the "Grouping Window" 3 rows will appear. My resolution is always to recreate the tablix, when this happens, but if anybody has in easier solution let us know.
    To me this is a bug in Visual Studio, but how to reproduce it I don't know.

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
Sign In or Register to comment.