Monday, February 7, 2011

Disable a footer section in report

if (element.page() != 1)
{
    element.disableSection(totals);
    element.disableSection(CAP_SalesResp);
}