Hi :
In a Silverligh application. I created a telerik report on .web project. The report is binding on a class like Cars in you example DataBinding. My question is how can I update the cars class after I have new datas from RIA service. Some thing like Linq to sql Classes. Is there any ways to do it.
The report and Ria service all under .web project , the server side.
Thanks in advance
Willie
In a Silverligh application. I created a telerik report on .web project. The report is binding on a class like Cars in you example DataBinding. My question is how can I update the cars class after I have new datas from RIA service. Some thing like Linq to sql Classes. Is there any ways to do it.
[
Query]
public IEnumerable<Car> GetCarsData(){
}
The report and Ria service all under .web project , the server side.
Thanks in advance
Willie