简体   繁体   English

使用空间数据的本地RDLC报告

[英]Local RDLC report using spatial data

I am currently attempting to create a local RDLC report that contains a map within visual studio 2012. 我目前正在尝试创建本地RDLC报告,其中包含Visual Studio 2012中的地图。

This report will fetch its data from a SQL dataset that contains a spatial data column. 该报告将从包含空间数据列的SQL数据集中获取其数据。 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 http://msdn.microsoft.com/en-us/library/hh272532(v=vs.110).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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