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

Allow Table in report or page header

1 Answer 127 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jin
Top achievements
Rank 1
Jin asked on 22 Jul 2015, 07:00 AM

Hey there, 

 

I am currently trying to allow my user to add table in my telerik report Header object. 

Currently using HtmlTextBox as container of report header, I know that this control is not recognise table tag. 

what else I can do to allow user to input both plaint text and table content in one container? 

 

Cheers 

Jin

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 24 Jul 2015, 01:23 PM
Hello Jin,

The HtmlTextBox report item does not support the <table> HTML element. This means that the HTML table cannot be displayed inside the report.
To display any tabular data in Telerik Reporting, you will need to use the Table report item.
Another option is to create an image from the HTML table and insert it into the report with the help of the PictureBox report item.

Regards,
Nasko
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
Jin
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or