Monday, 26 May 2014

Restrict the Page header part of report to open on next page in ax 2009


Write the below code on header method . override executeSection() method.


public void executeSection()
{
if(element.page() == 1)
super();
}

No comments:

Post a Comment