public class ExpressionHelper extends Object
Constructor and Description |
---|
ExpressionHelper() |
Modifier and Type | Method and Description |
---|---|
static int |
getGroupCount(String groupName,
Map variables) |
static CustomExpression |
getPageNumber()
Convenient CustomExpression that returns page number
|
static int |
getPageNumber(Map variables) |
static CustomExpression |
getRecordsInPage()
Convenient CustomExpression that returns the record number for the current page
|
static CustomExpression |
getRecordsInReport()
Convenient CustomExpression that returns the record number for whole report
|
static BooleanExpression |
printInFirstPage() |
static BooleanExpression |
printNotInFirstPage() |
static BooleanExpression |
printWhenGroupHasMoreThanOneRecord(String groupName) |
public static BooleanExpression printInFirstPage()
public static BooleanExpression printNotInFirstPage()
public static CustomExpression getPageNumber()
public static CustomExpression getRecordsInPage()
public static CustomExpression getRecordsInReport()
public static BooleanExpression printWhenGroupHasMoreThanOneRecord(String groupName)
public static int getPageNumber(Map variables)
Copyright © 2006-2014 FDV Solutions. All Rights Reserved.