Select to view content in your preferred language

How to convert featureSet to ado.net dataSet as data source of my Crystal report?

474
1
07-05-2012 06:21 AM
XiujuZhou
Emerging Contributor
I have featureSet as result of overlay of two layers in Silverlight app. I have a Crystal report in my report.aspx  and C#/ADO.net code behind to create dataSet as data source and load the report. now I do need the FeatureSet to be converted to DataSet of ADO.net as source of my Crystal report. Any help is appreciated. Thanks.
0 Kudos
1 Reply
DeminHu
Deactivated User
I don't know if this could help you or not, in one of my application, there was a  datagrid with paging, I bound graphicsLayer to the datagrid, and printed the datagrid, so I used a RowIndexConverter .
I attach some sample code here, you can find a lot similar info from the internet.
0 Kudos