Hello,
How can I change the Uri of ShapeFileReader using c# ?
<ig:MapLayer.Reader>
<ig:ShapeFileReader DataMapping="Name=CNTRY_NAME" Uri="world" />
</ig:MapLayer.Reader>
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
();
Infragistics.
reader.DataMapping = converter.ConvertFromString(DataMapping)
;
reader.Uri =
// UriShapefile;
xamMap1.Layers[0].Reader = reader;