I have a SSRS report that has grouping by LOT_NO, RECEVING_DATE and then detail level fields.One of the detail fields is called tickettype. I have a page break set for every change in LOT_NO.In the header I want to display the TicketType of the LOT_NO. So I put a textbox in the header that references the TicketTypetextbox in the detail. The textbox is named TicketType and the data field in the textbox is called T_TYPE. In the header textboxI have ReportItems!TicketType.Value. I dont want the TicketType to show in the detail area of the report so I made that column's visibility to hide.So the report runs great and shows exactly what I want it to in the header. If I export to word, Excel, MHTML just fine.But when I export to PDF it blows up. The error in the log said something to the effect of INDEX 11 out of bounds of (0-10).I figured out that if I set the visibility of that column to show, then it goes to PDF just fine. So for now I have had to resort to movingthe column width closed so that it doesn't show but double lines show now where I have closed the gap as much as I could.Is there anything I can do to make this field not show and still show in header or is this by design?
↧