Mix Multi-Column report and One-Column report to gether.

1 Answer 314 Views
.NET 5 Report Designer (standalone)
Franklin
Top achievements
Rank 1
Franklin asked on 22 Aug 2022, 02:22 AM | edited on 24 Aug 2022, 02:03 AM

I want to create a report which includes one section (likes multi-column report) and another section (like one -column report), more detail on the attached file.

After researching, I haven't found the solution yet.

So Could Telerik builds this kind of report??

Thanks!

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 24 Aug 2022, 12:30 PM

Hello Matthew,

The only built-in option for multi-column reports, the ColumnCount property makes the whole report multi-column(except the page section) so in order to achieve the desired layout, you will have to implement the workaround from the How to Create a Multi-Column Report - Across the Page and Then Down KB article.

This workaround essentially mimics the column count functionality through groupings, with the main difference being that this one goes across the page first and then down.

Please test this approach and let me know if you need further assistance.

Regards,
Dimitar
Progress Telerik

Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.
Franklin
Top achievements
Rank 1
commented on 25 Aug 2022, 02:33 AM

Hi Dimitar.

I read "How to Create a Multi-Column Report - Across the Page and Then Down " article. However I want it down then across the page.

Currently, I try use a subreport. The subreport is set as multi-column report. Then inserting it to the main report under ReportFooter section, I disable DetailSection unless subreport will be duplicated multi times.

Dimitar
Telerik team
commented on 26 Aug 2022, 11:13 AM

The down and across implementation can be read about in the Creating Multi-Column Reports article, however, the problem with this approach is that it affects the whole report. All sections besides the page header/footer will be multi-column and from what I understood, that is not desired.

The only possible workaround is to split your report into multiple reports and then combine them into a ReportBook.

What I mean by this is that the Multi-Column part will be its own report, so that only this part is multi-column, and the content before/after that will be in separate reports. For example, the following report book structure:

  1. The Report with the content before the MultiColumn report
  2. The MultiColumn report
  3. The Report with the content after the MultiColumn report

Please keep in mind that the only workaround is with the report book, using SubReport for this won't work - A multi-column report shows as a one-column report when used as a subreport

Franklin
Top achievements
Rank 1
commented on 28 Aug 2022, 02:48 PM

Dimitar.

Thank for your support.

Yes, I saw several articles in this forum talk about this problem. And I think ReportBook is the best solution for it.

 

Tags
.NET 5 Report Designer (standalone)
Asked by
Franklin
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or