简体   繁体   中英

Local RDLC report using spatial data

I am currently attempting to create a local RDLC report that contains a map within visual studio 2012.

This report will fetch its data from a SQL dataset that contains a spatial data column. This dataset is generated from stored procedure and contains a field with the geography data type.

The problem I am having is that as soon as I attempt to create the dataset I receive the error within the screen shot below.

Could someone please explain how I can create a dataset with the geography data type if I cannot use the wizard?. I apologies in advance if I have missed something incredibly obvious...

在此处输入图片说明

Ive managed to get around the issue.

I used the guide below to assist me with creating a manual dataset.

http://msdn.microsoft.com/en-us/library/hh272532(v=vs.110).aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM