Crystal Reports 无法识别 System.DateTime
我正在使用 C# 进行编码,并在我的应用程序中使用Crystal Reports。
我必须对报告使用自定义查询(手写),因此我使用 DataSet.xsd
。 在该数据集中,我有一个 DateTime
字段,因此我将 DateTime
字段的类型设置为 System.DateTime
。
在我的报告中,我使用参数来检查日期,但Crystal Reports不会将数据集中的DateTime
字段识别为DateTime
。
我也将参数值类型设置为 DateTime 。
有什么解决办法吗?
I am coding in C# and I use Crystal Reports in my application.
I have to use a custom query (handwritten) for the report so I use a DataSet.xsd
.
In that dataset I have a DateTime
field, so I made the type of the DateTime
field to System.DateTime
.
In my report I m using a parameter to check the date, but the Crystal Reports does not identify that DateTime
field in the dataset as a DateTime
.
I have set the parameter value type to DateTime
too.
Is there any solution for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论