Home Datapipelines

Toggle Collumn Header

edited November 2008 in Datapipelines
My report divided into detail report and summary report
Summary report printed on separate new page which is the last page.

The header divided into two:
On top there is Report name, report selection parameters, dates, etc
Below I want to have Column Header

I want my report to print the Column Header on detail report page.
But I do not want the colum header to print on the summary page.

What is the best way to do this ?

Curently, I put the column header on the region,
and then toggle it visible on and off base on the detail report or summary
report.
But the first line of page does not want to print on upper position when the
column header is off

Comments

  • edited November 2008
    Hi Dan,

    How are you separating the detail and summary pages? If the summary page is
    the last page in the report, you could simply create a two pass report and
    inside the Band.BeforePrint, toggle the visibility of the column header
    information if Report.AbsolutePageNo = Report.AbsolutePageCount.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.