Crystal reports, Dynamic parameter values not showing up , Static works fine
-
Hi. i have a problem which i just cannot solve. i have created a crystal report with dynamic parameters , values are fetched from the database. it works fine when i run the report inside crystal reports 2008. but when i run the report in my software, visual studio 2005, C# (with crystal reports 2008 offcourse) i cannot get the list of values. if i add a static list of values it shows up just fine. so this: foreach ( ParameterField pf in m_ReportDocument.ParameterFields) { MessageBox.Show(pf.DefaultValues.Count.ToString()); } shows "5" if i add five static values, but "0" if i add dynamic values. Any suggestions? m_reportdocument is a crystal report document. the rtp is loaded and datasources are set. I've tried googling and searching business objects forums. i have seen the question but no replies. Cheers // Tomas
If it' stuck, DO NOT pull harder!