I want to create a new sales invoice report, nothing fancy, straight forward header line report, with an Integer dataitem for number of copies. I add the NoCopies variables to the request page, which shows up in the RTC (which I was really happy that I was able to make that work \:D/ ). When I let it suggest a layout, it shows me a header and a body section. The thing is though, that when I enter 2 copies, it shows the header, and then it repeats the lines 2 times.
Does anybody know how the number of copies works in the RTC reports? I've looked at the standard sales invoice report, which has this working, but for the life of me I can't figure out where all the controls come from and go to.
Any links to tutorials on the Visual Studio layout designer would be welcome too
0
Comments
As far as what you need to before creating the layout is that you need to add a text box (hiden that has source expression as CopyNo.
Then Suggest the Layout. The suggestion creates the header and the body in RDL You need to click in the body section and select Insert Group.
The Right click on the new group and select Edit Group.
Enter in Group on Expression Invoice No. and CopyNo.Value as the screnshot below.
Make sure you check the Page break at start and Repeat group header.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Can we attach text files on mibuso? Please?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
BUT you can zip it and send it to anyone you want in a PM! \:D/
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
http://www.BiloBeauty.com
http://www.autismspeaks.org
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
testing
http://sites.google.com/site/fileholdin ... le-cabinet
http://www.BiloBeauty.com
http://www.autismspeaks.org
http://sites.google.com/site/ara3nfiles/Home
testreport2009.txt
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Thanks again!