This is a migrated thread and some comments may be shown as answers.

Stop Moving on me

2 Answers 227 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 11 May 2016, 05:53 PM

I am really fighting objects on my report in that when I preview them, the fields move on me.

Background: I have a 17 individual SQL queries unioned together (dont ask, it is how I have to do it do to a limitation imposed by our software not Telerik).

a. I have a table on the report that is filtered to return 5 records only. (table A)

b. beneath the table, I have a text field

c. Beneath the text field is list control with a field in it (filtered to pull just one record only) (list B)

d. to the right of Table A, I have another table that is filtered to return 10 records only (table C)

 

The result when previewing the report is that table A displays properly its 5 records. Table C displays properly with its 10 records. Label (point b above) displays just below table A as I designed it.

Now here is the issue. List B is below the label but it moved way down the page to start just below the end of the rows in Table C

 

Basically I have a bunch of tables, text fields as labels/titles all over this report and as I add items to the report, they seem to attaching themselves to other objects on the reports.

Is there a way to see what they are attached to and/or tell it to stop doing that and just go where I put the field.

I have read the document online a few times and I just can't figure this out. Any help would be great.

2 Answers, 1 is accepted

Sort by
0
Katia
Telerik team
answered on 16 May 2016, 08:59 AM
Hello Brian,

This behavior is expected for the report items. If no rules for keeping the items together are specified the report item will push the content below when it grows vertically - Design Considerations for Report Item Layout.

To keep the items together you can add a Panel to the report and place the Table and Textbox inside it. By default, Panel item's KeepTogether property is set to True which will force the children to stay together.

Check the attached report demonstrating this approach. If your scenario is different, please attach a sample report in a support ticket so we can give you further suggestions.


Regards,
Katia
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Brian
Top achievements
Rank 1
answered on 19 May 2016, 07:04 PM

Katia,

I was not aware that I could put a table within a panel. I believe I may have been trying to put a table in a List object (I get a red fill in the list control if I try to do that so I suspect that is not allowed).

I will try and update on the findings.

Tags
Report Designer (standalone)
Asked by
Brian
Top achievements
Rank 1
Answers by
Katia
Telerik team
Brian
Top achievements
Rank 1
Share this question
or