This is how i want it to look like. I also want to populate the table without using wizard
1 Answer, 1 is accepted
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.