Hi,
How do I get references to report datasources from code? I know I can access them inside the report class but I need to get them outside the report class (without knowing/typecasting to that certain class type), like if I have reference to some report just as general report class and it containts openAccessDataSource1, how do I get reference to it or to all the datasources similar to this way in the link (which does not work for them):
http://www.telerik.com/community/forums/reporting/telerik-reporting/loop-through-all-controls.aspx#1871947
How do I get references to report datasources from code? I know I can access them inside the report class but I need to get them outside the report class (without knowing/typecasting to that certain class type), like if I have reference to some report just as general report class and it containts openAccessDataSource1, how do I get reference to it or to all the datasources similar to this way in the link (which does not work for them):
http://www.telerik.com/community/forums/reporting/telerik-reporting/loop-through-all-controls.aspx#1871947