Adding dynamic columns to an OdaDataSet [message #743873] |
Fri, 21 October 2011 15:55  |
Eclipse User |
|
|
|
We have a report that is going to essentially produces a crosstab like result. The BIRT crossTab element has some limitations that the customer can't abide so we are trying to get a report where the output table and the underlying OdaDataSet are extended dynamically based on a set of input parameters. The output table bit works perfectly thanks to the many helpful examples. What I've not been able to do is to get the table data bindings to work. I add the data binding in the beforeFactory event. In the beforeOpen on the dataset, I add columnHints for each new column and I try to add the resultSet columns but the resultSet is null.
Any hints or examples of how to go about this? I've tried adding a computedColumn to the dataset but the report errors out saying it has an invalid column binding.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03886 seconds