示例#1
0
        /// <summary>
        /// While processing the report, update all page count references with the
        /// updated page count value, used by PAGEGROUPCOUNT special expression feature.
        /// </summary>
        public void UpdatePageCounts()
        {
            MetaFile meta = Report.MetaFile;

            meta.UpdateTotalPagesPCount(FPageGroupCountList, meta.Pages.CurrentCount - FirstPage);
        }