根据控制值在Crystal报表上显示数据

根据控制值在Crystal报表上显示数据

本文介绍了根据控制值在Crystal报表上显示数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个窗口窗体,其中包含两个日期时间选择器和两个按钮

我的数据库中有一组按日期时间区分的数据.

我想在水晶报表中显示该数据,过程是


当我从窗口窗体的两个日期时间选择器中选择2个日期并单击一个按钮时,必须显示水晶报表,并且该报表包含的值取决于给定的日期(两个日期之间的值)

怎么可能?


请帮助


Kishore R
Gis solutions

I have a window form consists of two datetime picker and two buttons

i have a collection of data in database differentiating by datetime.

I want to display that data in crystal report, the procedure is


When i select 2 dates from two datetime picker in the window form,and click on a button, the crystal report must be shown and it contains values depending upon the date given(values in between two dates)

How is it possible?


Kindly help


Kishore R
Gis solutions

推荐答案


这篇关于根据控制值在Crystal报表上显示数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-26 09:33