O
oliharvey
....grrrr - this is driving me mad !!!!!
I have a number of addresses to display on my report.
my object data source is an "Address" business object.
I can bind a collection (list) of address - and pass these into a
report for tabulation - no problem.
I can also access the frist address in the report using the "First"
operator.
.......but I don't want to "tabulate" my addresses - I need to work
with them in a variety of ways and places.
I can find no way of getting at any other that the first address !
grrrr gnash gnash gnash
obviously if I invent some more "business objects" - eg:
HomeAddress
DeliveryAddress
.....then those can be difference ObjectDataSources - and I could work
with those no problem. But I don't want my report to dictate my object
model.
note - if I invent a new class just for passing data to the report -
then I can find no way of accessing properties that are not "top
level"- e.g. I can't do: datasource.HomeAddress.Postcode.Value
any help appreciated....
O.
I have a number of addresses to display on my report.
my object data source is an "Address" business object.
I can bind a collection (list) of address - and pass these into a
report for tabulation - no problem.
I can also access the frist address in the report using the "First"
operator.
.......but I don't want to "tabulate" my addresses - I need to work
with them in a variety of ways and places.
I can find no way of getting at any other that the first address !
grrrr gnash gnash gnash
obviously if I invent some more "business objects" - eg:
HomeAddress
DeliveryAddress
.....then those can be difference ObjectDataSources - and I could work
with those no problem. But I don't want my report to dictate my object
model.
note - if I invent a new class just for passing data to the report -
then I can find no way of accessing properties that are not "top
level"- e.g. I can't do: datasource.HomeAddress.Postcode.Value
any help appreciated....
O.