How can I change the order of groups in a report at run time. There is a property "GroupNo" for TppGroup but it's Read-Only. Is deleting and re-adding the group the only solution.
Are you using templates? I had a problem where a band I was turning off was printing anyway. turns out I was turning it off and then lateer on in the procedure I was loading my template which had it turned on so it printed. When I loaded the template and THEN turned it off, it didn't print. :-)
This probably isn't what you mean but it is a place to start looking.
Comments
there is a 'TppReport' method called 'MoveGroup'.
HTH,
Chris Ueberall;
Actually I have 3 groups in my report. I want to swap the Group No1 with
Group no 2.
Thanks,
Vikram
printing anyway. turns out I was turning it off and then lateer on in the
procedure I was loading my template which had it turned on so it printed.
When I loaded the template and THEN turned it off, it didn't print. :-)
This probably isn't what you mean but it is a place to start looking.
Mark