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

Remove empty space

1 Answer 586 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sasa
Top achievements
Rank 1
Sasa asked on 13 Jul 2015, 01:05 PM

I have multiple textboxes in the detail section. If I set visibility of one textbox to false with conditional formatting empty space is visible.

Also I put

textBox3.Height = new Telerik.Reporting.Drawing.Unit(0);

in the constructor.

How can I remove that empty space and move below textboxes on top? You can see my report from report designer and report viewer in the attached images.

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Stef
Telerik team
answered on 14 Jul 2015, 12:50 PM
Hello Sasa,

Avoid setting items dimensions to zero units in the report definition, instead use conditional formatting or bindings to hide them.

Items will change their positions if one is hidden based on the Design Considerations for Report Item Layout. Test organizing items in Panel items and/or apply the approach for minimizing the size of a container when hiding items.


I hope the provided information is helpful.

Regards,
Stef
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
Tags
General Discussions
Asked by
Sasa
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or