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 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.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com