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

Create Multi-Column Report - Across the Page and Then Down

3 Answers 355 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 2
William asked on 02 Aug 2018, 05:29 PM

Hi,

I'm trying to generate a report with two columns using the approach you guys provided here (https://www.telerik.com/support/kb/reporting/details/how-to-create-multi-column-report---across-the-page-and-then-down).

It's working just fine except when the data return odd number of records. When that happens, the list component generates an extra but empty item (see attach).

I tried to filter but there's no data to be filtered. I tried bindings (visibility) and yet nothing.

Could you help me?

Thanks!

3 Answers, 1 is accepted

Sort by
0
William
Top achievements
Rank 2
answered on 06 Aug 2018, 11:44 PM
Any update on this please?
0
Accepted
Silviya
Telerik team
answered on 07 Aug 2018, 01:34 PM
Hi William,

This behavior is expected due to the fact that the report contains additional text boxes with static strings, e.g. Type, Description etc. As the report has two column layout, they would be rendered for each column applying an empty information form in the end.

To avoid rendering the additional text boxes content, you might add binding rules, which will prevent them from showing. For example:
Property path: Visible
Expression: = IsNull(Fields.Data, false)

Check the attached report definition that demonstrates the behavior for reference.

Note that your current subscription allows you to open a support ticket. The ticket would guarantee you 24h response time, while the forum posts are usually answered within 72h, but there is no guarantee that there would be an answer.

Regards,
Silviya
Progress 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
William
Top achievements
Rank 2
answered on 08 Aug 2018, 04:18 PM

Thank you, Silviya!

It worked just fine.

Regards,

WM.

Tags
General Discussions
Asked by
William
Top achievements
Rank 2
Answers by
William
Top achievements
Rank 2
Silviya
Telerik team
Share this question
or