RDLC Report : How to create a complex table

uri84uri84 Member Posts: 30
edited 2013-07-23 in NAV Three Tier
Hi,
i have a question... if somebody cant give me a hint...
:D
I'm using Nav 2013 and I have to modify invoice report to show some variant data, something like that:

Invoice 1 lines..
Extra Data 1A From Invoice 1
Extra Data 2A From Invoice 1
Invoice 2 Lines...
Extra Data 1A From Invoice 2
Extra Data 2A From Invoice 2

I create the normal Table in Visual Studio but how can I do the Loop for each invoice....

Thanks!

Comments

  • MrBill1962MrBill1962 Member Posts: 28
    Create a new dataitem under the invoice line and indent it 1 level (this will do the looping). You will need to relate the "extra data" to the Invoice Line in some way otherwise every record from the "extra data" will print. You could also produce a Query and use that as the source in the report.
Sign In or Register to comment.