Hi
Here i am facing problem with access data through object data source in silverlight telerik reporting.
i am able excute the data uisng sql data source but not through object data source
and also i want access report class in silverlight object , so that i can send server data into report method.
Uanble to access report class vis telerik report service.
please suggest anybody have solution
Regards
Ravi.
Here i am facing problem with access data through object data source in silverlight telerik reporting.
i am able excute the data uisng sql data source but not through object data source
and also i want access report class in silverlight object , so that i can send server data into report method.
Uanble to access report class vis telerik report service.
please suggest anybody have solution
Regards
Ravi.
4 Answers, 1 is accepted
0
Hello Ravi,
Unfortunately the provided information about the problem you've encountered with the ObjectDataSource Component is too scarce and we can only guess what is wrong without further information. Please check whether you're using a supported data source type, you can see them in the referenced article.
As for your second inquiry, currently the reports reside on the server and there is no report object on the Silverlight client. The only way to pass information to the report is through the report parameters, more info is available in the Programmatic Initialization of Report Parameter Values in Telerik Reporting Silverlight Viewer.
Greetings,
Steve
the Telerik team
Unfortunately the provided information about the problem you've encountered with the ObjectDataSource Component is too scarce and we can only guess what is wrong without further information. Please check whether you're using a supported data source type, you can see them in the referenced article.
As for your second inquiry, currently the reports reside on the server and there is no report object on the Silverlight client. The only way to pass information to the report is through the report parameters, more info is available in the Programmatic Initialization of Report Parameter Values in Telerik Reporting Silverlight Viewer.
Greetings,
Steve
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
ravi
Top achievements
Rank 1
answered on 15 Nov 2010, 07:15 AM
Hi
How to rebind report with ObjectDataSource
I am ble to bind with sqlDataSource But unable to bind with Object datasource
I want to Get list data from WCF service and bind to silverlight reportviewer
please provide any sample code for us.
Regards
Ravi
How to rebind report with ObjectDataSource
I am ble to bind with sqlDataSource But unable to bind with Object datasource
I want to Get list data from WCF service and bind to silverlight reportviewer
please provide any sample code for us.
Regards
Ravi
0
Hi Ravi,
There is no need to rebind reports. If the data in the data source they are bound to has changed, then this would be reflected upon refreshing the report in the viewer. Your exact inquiry is still not clear, if you aim at getting data from WCF service, please review the following blog post that elaborates on the matter: Using Telerik Reporting with WCF RIA Services.
All the best,
Steve
the Telerik team
There is no need to rebind reports. If the data in the data source they are bound to has changed, then this would be reflected upon refreshing the report in the viewer. Your exact inquiry is still not clear, if you aim at getting data from WCF service, please review the following blog post that elaborates on the matter: Using Telerik Reporting with WCF RIA Services.
All the best,
Steve
the Telerik team
See What's New in Telerik Reporting in Q3 2010 on Wednesday, November 17, 11am Eastern Time: Register here>>
0
Rahel
Top achievements
Rank 1
answered on 09 Jan 2011, 01:24 PM
Hello,
My Application is ASP.NET and the data's is coming from XML( there are lots of tables) and I used Objectdatssource for connectivity . But I am having a problem displaying the data's in my report. I want to do it programmtically and at design time. Like binding the textbox to one of the fields in the table.
Am I in the right track?
I also wants to know how to display tables dynamically
Thanks
My Application is ASP.NET and the data's is coming from XML( there are lots of tables) and I used Objectdatssource for connectivity . But I am having a problem displaying the data's in my report. I want to do it programmtically and at design time. Like binding the textbox to one of the fields in the table.
Am I in the right track?
I also wants to know how to display tables dynamically
Thanks