Hey everyone,
I was wondering if anyone has had any luck getting Misc Charges to show on their Packing Slip SSRS form?
Did you customize the Pack Slip? It should print out of the box, so if you customized it, run it with the standard report style and make sure they are appearing and then review what was changed on the custom one.
Thanks for the reply. So I have kind of halfway figured this out. I’ve got our misc charges to pull over (it pulls from OrderMisc per each line), but it only prints the first line of the Misc Charges.
You would have to show your row groups. I am going to assume that you probably only have one or two row groups based on the images. It looks like it might be tough to do what you want where you want it.
You may want to look into separating that bit into a subreport and then adding it there.
This sounds like a good idea that i’d have to explore. Subreports are a pretty new thing for me.
A subreport would work. To get the detail lines of the misc charges on your current report, you would have to move the fields to the PackLine row group. It appears it is in the PCID row group currently.
FWIW, 10.2.700.8 shows the MiscCharges in a subreport on the last row of the Tablix.
Went with this route and it worked! Subreports seem much more simple than i thought!