4041424344454647484950
*/ public void run() { if (isValid() == false) { setError(new ReportProcessingException("Error: The task is not configured properly.")); return; } setError(null); try
47484950515253
} public void itemsStarted(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-row cannot contain a detail band. Never."); }
53545556575859
} public void itemsAdvanced(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-row cannot contain a detail band. Never."); }
59606162636465
} public void itemsFinished(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-row cannot contain a detail band. Never."); }
4546474849505152535455
4445464748495051525354
public void run() { if (isValid() == false) { setError(new ReportProcessingException("Error: The task is not configured properly.")); return; } setError(null); try
39404142434445
45464748495051
51525354555657