Hi. I am using Crystal Reports for Visual Studio with Visual Studio 2013 and have the reports running on .NET 4 website on Windows Server 2008 R2. One of my reports uses a dynamic parameter and the dropdown is not showing all the values. I had this problem about a year ago and I was able to solve it by adding the MaxRowsetRecords registry entries with a value of 2000. Now there are about 2500 values. I have changed the MaxRowsetRecords values to 10000 and restarted the server but the dropdown still only shows 2000 values
Here are the registry entries I have changed:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports\DatabaseOptions\LOV]
"MaxRowsetRecords"="10000"
[HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports\DatabaseOptions\LOV]
"MaxRowsetRecords"="10000"
[HKEY_USERS\.DEFAULT\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports\DatabaseOptions\LOV]
"MaxRowsetRecords"="10000"
[HKEY_USERS\.DEFAULT\SOFTWARE\Wow6432Node\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports\DatabaseOptions\LOV]
"MaxRowsetRecords"="10000"
Does anyone have a solution for this?
Thanks,
David Perry