H
Herb
I need a Table object in my RDLC with 6 columns on the top several rows, but
1 column on the bottom two rows:
COLUMN1 COLUMN2 COLUMN3 COLUMN4 COLUMN5 COLUMN6
COLUMN1 COLUMN2 COLUMN3 COLUMN4 COLUMN5 COLUMN6
COLUMN1 COLUMN2 COLUMN3 COLUMN4 COLUMN5 COLUMN6
-----------------------COLUMN1-----------------------------------------
-----------------------COLUMN1-----------------------------------------
I was able to acheive this (and get it to work in the development
environment) by adding a table of 6 columns into the header of a table
containing 1 column. When deployed it didn't work. Go figure.
Q1: Is there an equivalent to COLSPAN in the table object in a report?
Q2: Is there a way to have data from COLUMN1 cover empty cells COL2-6?
Q3: Do I need to create a subreport to acheive what I need to do?
Thanks,
1 column on the bottom two rows:
COLUMN1 COLUMN2 COLUMN3 COLUMN4 COLUMN5 COLUMN6
COLUMN1 COLUMN2 COLUMN3 COLUMN4 COLUMN5 COLUMN6
COLUMN1 COLUMN2 COLUMN3 COLUMN4 COLUMN5 COLUMN6
-----------------------COLUMN1-----------------------------------------
-----------------------COLUMN1-----------------------------------------
I was able to acheive this (and get it to work in the development
environment) by adding a table of 6 columns into the header of a table
containing 1 column. When deployed it didn't work. Go figure.
Q1: Is there an equivalent to COLSPAN in the table object in a report?
Q2: Is there a way to have data from COLUMN1 cover empty cells COL2-6?
Q3: Do I need to create a subreport to acheive what I need to do?
Thanks,