Im building a survey system and have stumbled upon a problem...
It's a web project where schools log on to answer some forms rendered by the system. The forms are built of question/answer. The answer input is of type telerik:RadEditor. Then for the person responsible for the form I am using telerik reporting to report every schools answer in each type of form. Now the answer can be anything from a simple name to complex tables and lists.
Now when I wan't to report this i want to use the same control for both the simple text and the big tables.
I have attached a file to display the general idea.
= Fields.strValue is the html part.
Now there are no problems displaying text/lists and so on. But when it comes to tables telerik reportings htmlbox isnt supporting html other that text formatting.
So how should I make my reporting display the tables as they are in html?
Keeping in mind that sometimes there are tables, and sometimes there are not!
Anders
It's a web project where schools log on to answer some forms rendered by the system. The forms are built of question/answer. The answer input is of type telerik:RadEditor. Then for the person responsible for the form I am using telerik reporting to report every schools answer in each type of form. Now the answer can be anything from a simple name to complex tables and lists.
Now when I wan't to report this i want to use the same control for both the simple text and the big tables.
I have attached a file to display the general idea.
= Fields.strValue is the html part.
Now there are no problems displaying text/lists and so on. But when it comes to tables telerik reportings htmlbox isnt supporting html other that text formatting.
So how should I make my reporting display the tables as they are in html?
Keeping in mind that sometimes there are tables, and sometimes there are not!
Anders