We know that TransHeader and TransFooter section types were available in NAV 2009 version but there are no such section types in RDLC, even though wecan achieve these in RDLC report using report functions.We can print TransHeader and TransFooter in RDLC report using below functions: 1. Using RunningValue function. 2. Using ReportItems function.RunningValue Function: It uses a specified function to return a running aggregate of the specified expre...
Read More