| http://www.w3.org/ns/prov#value | - I have a report that retrieves data from a stored procedure based on startdate (ie datetime format).In the report I need to allow the user to choose two parameters, date and time.Date is in datetime format and time is a string.How do I combine these in SSRS to pass back to the stored procedure as datetime?
|