Group Header "New Page Before/After"
Posted: Thu Apr 23, 2015 12:24 pm
How to use Conditions or Expressions on Group Header to set "New Page Before/After", value to true or false, analyzing condition of variable?
Example:
1 - Where set or how to set this condition?
2 - How to use this condition with data columns to group and get new page?
Best Regards
Example:
Code: Select all
{datas_dados.ramo_atividade_id} //This is the data column selected
//Condition to set new page before true or false
if (vr_pular_pagina == true) {
ghb_pular_pagina.newPageBefore = true; // ? Example;
} else {
ghb_pular_pagina.newPageBefore = false; // ? Example;
}
2 - How to use this condition with data columns to group and get new page?
Best Regards