Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 TABLE HEIGHT ISSUE DURING REPORT RENDERING

Author  Topic 

mhiggins
Starting Member

1 Post

Posted - 2006-05-24 : 16:00:20
I have 3 tables within a master table. All 3 tables are in the same grouped row of the master table. I need the table height to be the same on all 3 inner tables, so that the information contained in each table is centered and spread evenly through the group row of the master table. How is this possible? Is there a way to reference the height from one table to another during report rendering to ensure that they are all the same height? Listed below is the information about my project.

I have a master table (table1). Table 1 has 7 columns and 1 group row. Grouped on FinishSku.

Column 1 has a table (table 2). Table 2 has 1 column, 2 detail rows. Grouped on FinishSku.

Column 2 has a table (table 3). Table 3 has 1 column, 3 detail rows. Grouped on FinishSku. (This is the table that normally grows longer)
Column 3 is a text field. (This field works perfectly. Whatever the height ends up being on the group row...this cell always grows with it.)

Columns 4-7 are merged and have a table (table 4). Table 4 has 4 columns and 1 Detail row. Grouped on FinishSku, Finish.
   

- Advertisement -