Page 1 of 1

DataBand-Components - Is it possible to span image two rows?

Posted: Tue Feb 17, 2015 8:56 am
by tpontow
Hello Stimulsoft Support,

i have a question regarding an image in a databand. In a databand i placed 3 text components and an image. The first text component is at the same place in the databand as the image (left, top 0,0). All text components have the same height as the databand. The image is twice as high as the databand and text components.

The first text component has a condition (if Line == 1 || Line == 2 component is enabled = false).
The image has a condition (if Line > 1 then component is enabled = false).

So the first text is shown beginning with line 3 and the image is only shown in line 1.

Is it possbile somehow to overlap the image with the second row so that there is no gap between first an second row (column 2 and 3) and no gap between image and third row (column 1)?

Thanks and regards
Thorsten Pontow

Rendered it looks that way:

Re: DataBand-Components - Is it possible to span image two r

Posted: Wed Feb 18, 2015 8:22 am
by HighAley
Hello.

You should set the Can Grow property of the Data Band to False.
Please, look at the attached report template.

Thank you.

Re: DataBand-Components - Is it possible to span image two r

Posted: Mon Mar 02, 2015 10:45 am
by tpontow
Hello Aleksey,

your suggestion to use

Code: Select all

CanGrow = false; 
eventually solved my problem. Thanks for your support!

Regards
Thorsten Pontow

Re: DataBand-Components - Is it possible to span image two r

Posted: Mon Mar 02, 2015 12:32 pm
by HighAley
Hello.

We are always glad to help you.
Let us know if you need any additional help.

Thank you.