LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: mrdebug on September 18, 2019, 05:48:44 PM

Title: LimeReport 1.5.1, problems with cell borders
Post by: mrdebug on September 18, 2019, 05:48:44 PM
Hi, I'm using LimeReport to print a list of users.
So I'm using the "createCallbackDatasource" to populate a DataBand with 4 fields. Each field has got all the border in order to obtain a grid.
With the old version of LimeReport all work but with the LimeReport 1.5.1 the print preview look like this:
http://www.denisgottardello.it/LimeReport.01.png (http://www.denisgottardello.it/LimeReport.01.png)
No all the borders are printed. I don't understand what it is wrong.
This is my report file:
http://www.denisgottardello.it/LimeReport/Users.lrxml
Can someone suggests me how to resolve?
Title: Re: LimeReport 1.5.1, problems with cell borders
Post by: Arin Alex on September 19, 2019, 09:28:29 AM
Hi!
Could you get the latest version 1.5.12 from GitHub and check if the problem still exists?
Title: Re: LimeReport 1.5.1, problems with cell borders
Post by: mrdebug on September 19, 2019, 09:39:46 AM
Sorry but now I can't.
I've resolved by enable the top, left and right borders of the cells. At the end of the grid I have added a footer with the top border in order to print the last line of the grid.
It is not a very nice solution but works.
If you leave enabled all the borders of the cells, in the middle of the grid you could have a big lines
Title: Re: LimeReport 1.5.1, problems with cell borders
Post by: Arin Alex on September 19, 2019, 11:13:14 AM
I highly recommend getting the latest version because your problem has already been solved.
If you by some reasons can't do it, you can set databand keepBottomSpace property to true and decrease band size to items size.