custom number of cells in table

edited 11:22PM in FastReport .NET
Hi!
I have a data source, each entry of which contains a custom number of sub-entries.
For example, each row is a student, and each student has a custom amount of data concerning him.
I want to generate a report like this:

Student 1
name: Dan
id: 12345
city: NY
hobby: swimming

Student 2
name: Dana
id: 56789

Student 3
....

(The example above shows that I may not have all the data about each student.
Also, I don't know the maximum amount of sub-entries about each student).

How can I define such a table?
Now I created a table with a lot of rows (above an assumed maximum amount of sub-entries), and I get a lot of blank rows in the middle of the report,
for each missing sub-entry.
Is there a better solution (something like a highlight condition, but for an entire table row, that will make
the report not to draw a row if it is empty)?

Thanks a lot! >

Comments

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.