Supressing data in column groups
Hi,
I have a report which contains several columns, each column contains a time
(1 - 24 hours) and a data value. In all but the first column on a page I
would like to suppress the time field as all the time rows line up and it
seems a bit superfluous to print the time in each column.
Please could you help?
Thanks
Susie
I have a report which contains several columns, each column contains a time
(1 - 24 hours) and a data value. In all but the first column on a page I
would like to suppress the time field as all the time rows line up and it
seems a bit superfluous to print the time in each column.
Please could you help?
Thanks
Susie
This discussion has been closed.
Comments
Inside the DetailBand.BeforePrint event, you can check the
Report.CurrentColumn property. If the result is greater than 1, set the
visibility of the time field to False.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks very much it worked a treat.
Best regards
Susie