Simple Table
    
The     
    
Simple Table    
    
     
 is a grid-like structure that dynamically creates new rows and columns for row returned by the Data Keys on the component.      
    
    
    
    
    
    
    
    
    
    
    
    
    
Example
First we'll create a Static CSV data source named equipment_downtime. This data source will contain the following data:
equipment,downtimeconveyor line,78filler, 68labeler,84palletizer,27    
        
Next, head over to the Design panel. Add a new Simple Table to your report. With the Simple Table selected, set the Data Key property to the equipment_downtime data source. Then change the number of Rows and Columns to 1.
Lastly, drag the @equipment@ Data Key to the top row of the Simple Table, and the @downtime@ Data Key to the 2nd row. The table should look like the following:
    
        
Switch to the Preview panel and the table should look like the following: