Do you have any examples of how to use a Date Selector so a user can select From and To dates to generate a report (Show me everyone who has registered From: 03/01/2008 To: 03/06/2888)?
3 Answers, 1 is accepted
0
Ivan
Telerik team
answered on 07 Mar 2008, 03:05 PM
Hello lance parish,
To do such a report you should supply the report with a parameterized data source (a data source with a parameterized query) and later from the form's code to initialize the query parameters and run the report. Here is a video demonstration how to do such a report. To cover the scenario of your question you should supply the data for two parameters.
Please give it a try and let me know if there are other questions.
Watching some of the videos for creating reports... running 2.0 and I do not see the SQLDataAdapter in my toolbox...
I do get the wizard... which make it a bit more difficult to follow the demos...
How to I get the sqldataadapter to be visible?
0
Rossen Hristov
Telerik team
answered on 26 Mar 2008, 11:43 AM
Hi Patrick Jarvis,
In Visual Studio 2005 the SqlDataAdapter is not visible by default, so you have to add it manually. To do that right-click on the Data Tab of the Toolbox and select "Choose Items". After that select the ".NET Framework Components" tab and scroll down to select the SqlDataAdapter component. Hope this helps.