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

Add Rows Dynamic Table C#

1 Answer 483 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Matjaž
Top achievements
Rank 1
Matjaž asked on 20 Apr 2016, 11:19 AM

Hi!

I'm currently working on a project, where I would need a dynamic table with the possibilty of adding rows to the existing template (you can see that one in the attachments).  I just can't find a proper solution on how to create tables in code.

Thanks for the replys in advance!

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 22 Apr 2016, 01:22 PM
Hello Matjaž,

Please test the following approach:
Use Visual Studio to create a report with test data. The VS Report Designer will serialize the settings in code in the report's designer.cs(vb) file. Then you can get the code and modify it for your needs.

Any layout can be first created with the VS Report Designer in order to verify the items structure.

Tabular layout can be achieved by using TextBox items in the report's section directly - Band Report Wizard.
If you are interested in use a Table item, please check:


I hope this 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
Matjaž
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or