Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
620
Reporting 2012.1
posted

Just upgraded a project to 2012.1 and now all my parameters are not working returning .

DateTime startDate = (DateTime)reportParameters["A_StartDate"].Value;
DateTime endDate = (DateTime) reportParameters["B_EndDate"].Value;
int option = (int) reportParameters["C_Options"].Value;