H K Srikanth Dynamics Axapta Blog
Monday, February 7, 2011
Disable a footer section in report
if (element.page() != 1)
{
element.disableSection(totals);
element.disableSection(CAP_SalesResp);
}
Newer Post
Older Post
Home