Columns in report body
Did anyone got problem with columns in report? He should treat columns as another page, and after fill it he should generete another page. In result he leaves column 2 blank, and start fill another page column 1.
I tried change width of column, but it nothing changing, also even try to use 3 columns, and scheme was the same. 1 collumn was filled with data from tabix, second column was blank, third also, and program continue generation from another page column 1
Does this problem occur only in ReportViewerCore, while working fine in original Reporting Services / ReportViewer?
Yes only on ViewerCore. In this particular case whe move to linux server from windows server, and started using your solution.
We use version 15.1.18
Please provide exact steps to reproduce the problem, if possible using one of ReportViewerCore.Sample.* projects from this repo - either by modifying existing RDLC file or plugging in your own.
Sorry for format of file inside is copy from RDLC file we using.
If you send data you will se how tabix is filling collumns
As far as I can tell, your report works exactly the same both in original Report Viewer (left) and in ReportViewerCore (right):
Add a screenshot of the same report using your data showing both how it used to render and how it renders now.
Look this is how looks now:
and how it looks on older version
the same RDLC file
As you see now he not use both columns.
Oh, now I see what you mean.
Using provided RDLC and large enough dataset, I get two column layout on both original and RVC package:
So the feature seems to work fine. I'd suggest checking if both of your applications use same exact printer settings (paper size, margins etc) and use same data source (your screenshot shows clearly different date ranges).
If all fails, provide a way to reproduce the problem using self-contained application based on ReportViewerCore.Sample.* from this repo. Without it, I won't be able to help you any further.