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
Upgrade from MSSQL 2005 Express to MSSQL 2008 Standard
Access 2003:Sub form record deletion problem
Access DB: "There is no field named" in the table
Infopath: Display various information in one box
WCF address
How do I use validation in WPF
Exchange 2010: Cannot send
MDI Parent and Child Problem
A custom macro in this report has failed to run, and is preventing the report from rendering.
How do I programmatically create a database in vb.net 2k8, 2k10