Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Question about sub-reports

edited October 2006 in General
Hello,

I have some sub-reports, in total is 15 sub-reports, but the end user ask
me, if its possible, to set order to print these sub-reports? and choose wat
sub-report doesn't print...

it is possible?!

Thanks for all,

Fellipe H.

Comments

  • edited October 2006
    Hi Fellipe,

    It is possible to use the TppSubreport.Visibile property to toggle the
    visibility of that subreport. Setting visible to False will prevent the
    subreport from printing. As far as ordering the subreports... subreports
    print in the order they were placed on the report. If you are creating
    dynamic (child style) subreports, you will need to adjust the
    ShiftRelativeTo property of each subreport to adjust the order they print.

    --
    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.