Header band inserted at wrong position
Is there any reason why adding the Header band (using the "Insert Band" button) always comes after the master data band, and in fact after all other Detail and Data Footer bands that exist? This is confusing to our users (we are using DesignReportInPanel() if that matters) who have to manually move it every time that it is added. I don't see any circumstance where adding the Header band should not be inserted just before the MasterData band, so shouldn't FastReport just automatically add it there? Seems like the rule should always be (in order) GroupHeaderN, GroupHeaderN-1, ..., GroupHeader, MasterData, Group Footer, ...,GroupFooterN-1, GroupFooterN. All of the other "report-level" bands like Page Header, Page Footer, etc. all seem to get added in the correct place.