Jump to content
We've recently updated our Privacy Statement, available here ×

olyncircle

Members
  • Posts

    10
  • Joined

  • Last visited

Community Answers

  1. olyncircle's post in How to force column headers to not repeat in 4 column report was marked as the answer   
    You can use PRINT WHEN EXPRESSION using the variable COLUMN_NUMBER.
    Put this on the Static Text / Label
    $V{COLUMN_NUMBER} == 1[/code]This means that the label will only show on the first column.
  2. olyncircle's post in How to use Map<String, Object> parameter was marked as the answer   
    Make your bean a field not a parameter.
    Instead of using new JREmptyDataSource(), you can use JRBeanCollectionDataSource.
×
×
  • Create New...