β€œgrows” property of a crystal report field does not roll down lines correctly

In my CR report, I wanted to draw a table, so I used: Lines and boxes .

But some of my fields contain a lot of information, so I had to change the "Can grow" the correctness of a certain field to True , now the fields can wrap for several lines , but they do not click on the lines .

IN THE IMAGE: the highlighted (green) line is the actual position of the line (you can see that it was not pressed down). The red line indicates the correct position where it should be.

How can I make "Can Grow" decency in a report of crystal pushing lines?

My report

+6
source share
2 answers

Finally, I found the answer:

The line should be placed in another section .

You need to divide the information section into two parts (the "Details" and "b" section ), which contains the field, and the other in the "Line" line, this method does not matter how large (the one that contains the text) section containing the string will always remain under.

enter image description here

+8
source

In fact, you can put a string in the same section instead of creating another section just for the string.

What you need to do is the following

  • Right Click> Line Format
  • Check the box next to "Move to the bottom of the section when printing."

Move row down

Then your line will always be pressed to the bottom of the section if your field grows.

+2
source

Source: https://habr.com/ru/post/981273/


All Articles