Hello,
Most reporting components that I'm aware of do not like object graphs
with simple C# objects. (like Order - OrderItems).
Instead they require me to transform the structure into datasets. That's
so last century... ;-)
I'm looking for a reporting solution that can handle OO structures as
input data. Do you know one?
Regards,
Joel
Most reporting components that I'm aware of do not like object graphs
with simple C# objects. (like Order - OrderItems).
Instead they require me to transform the structure into datasets. That's
so last century... ;-)
I'm looking for a reporting solution that can handle OO structures as
input data. Do you know one?
Regards,
Joel
Comment