Microsoft
Software
Hardware
Network
Question : RDLC REPORT WITH PARAMETERS
I am using winforms on Visual Studio 2008, I have a report rdlc which get the data from a dataset
using the following query
SELECT LABEL, SELLBY, PRICE, TARE, PLU, CODE, DATE
FROM BIZERBA
GROUP BY LABEL, SELLBY, PRICE, TARE, PLU, CODE, DATE
HAVING (DATE = ?)
I want to have a textbox on the form which I want to type the Date on the following format
12/24/2009 or any other date then use this value for the report as a parameter based on the DATE field
I know I need to declare this under the form load, but I am having the difficulty doing this. Any code samples will be help . Thanks
Answer : RDLC REPORT WITH PARAMETERS
Do both solutions still raise the error "string was not recognized as a valid date time"?
Random Solutions
Consuming a web service, importing the consumed xls file into a sql server database table
Queries in SharePoint lists
Access 2007 disabling text box control on form load
Need to pull Certain Info from a Website and import it to Excel
Best way to export Distribution group names, users, and email addresses from Exchange 2003.
changing authentication mode and adding SA user for SQL Express 2005
Connecting to a db programmatically via File DSN using Visual Basic
Cannot run chkdsk in Windows 7. Windows 7 says drivers failed to install.
Hyper-V Licensing
How to generate autonumber value on add new record