Hello,
I'm having a problem with page breaks on tablix lines groups in a RDLC report.
In the sales documents lines, I created a new "Standard Text Code" for the "Comment" line type and I named it "PAGEBREAK".
In my report I have a table similar to the table of the 1306 - Sales Invoices Built-In report. On the group for the lines I added an expression on : MyGroupForLines -> Properties (right panel of the Report Builder) -> Group -> PageBreak -> Disabled =IIf(Fields!ItemNo_Line.Value = "PAGEBREAK", False, True).
This work for almost all my reports but for one report (a customized version of the Sales Quotes) it doesn't work. (It doesn't work only in the production environment, in the sandbox it's working).
Does anyone have any idea about this strange behavior ?