Hi,
I have an RDLC report with a subreport. The subreport's actual width is smaller than the space given to it by the report (e.g. subreport width is 5 cm, while it is given whole page width in the main report - in fact, the subreport can be a table with some columns hidden, so its width is unknown at design time). This works fine, the report is left-aligned in the main report's field.
Now I need to convert this report to an RTL culture. I have code, which alters the text direction and table layout. But how do I make the subreport appear on the right? I couldn't see any alignment properties on the subreport control, so it always sticks to the left, which looks wrong...
Mikhail