How can I merge the column of my table programatically in Telerik reports

1 Answer 12 Views
Table
Roxanne
Top achievements
Rank 1
Roxanne asked on 16 May 2024, 04:06 AM

This is how i want it to look like.  I also want to populate the table without using wizard

 

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 20 May 2024, 09:31 AM

Hi Roxanne,

You may check the code for merging Table columns in the InitializeComponent method of the corresponding report when you create the table and merge the columns with the Visual Studio Report Designer for the .NET Framework. The method is in the ReportName.designer.cs file.

You may see any other Table-related code in the InitializeComponent method and reuse it in your project.

Regards,
Todor
Progress Telerik

Stay tuned by visiting our roadmap and feedback portal pages, enjoy a smooth take-off with our Getting Started resources, or visit the free self-paced technical training at https://learn.telerik.com/.
Tags
Table
Asked by
Roxanne
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or