cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Reports Viewer parameters - MaxRowSet

costas_ioannou2
Active Participant
0 Kudos

Dear all,

I have recently installed Crystal Reports Runtime Engine for .Net 4 (32 bit) on my machine. I developed an application that uses Crystal Reports Viewer using Visual Studios 2010. I am trying to get the parameters in the viewer to show more than the standard 500 entries. I found a site that says we can modify MaxRowSetRecords in the registry at this location:

[HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports\DatabaseOptions\LOV]

"MaxRowsetRecords"="5000"

In the registry however this location does not exist. Am I doing something wrong?

Thanks,

Costas

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

At minimum you should be able to see:

HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports\DatabaseOptions\

If that is the case, create the LOV folder and the "MaxRowsetRecords" key, then set it to what ever value you want. Remember this will work in .NET IDE and in 32 bit apps only. When you deploy 64 bit apps, you need to use the 64 bit registry folder structure.

- Ludek

Follow us on Twitter

Got Enhancement ideas? Try the SAP Idea Place

Share Your Knowledge in SCN Topic Spaces

costas_ioannou2
Active Participant
0 Kudos

Yeah your right. I was looking under BusinssObjects instead of SAP BusinessObjects. However it only worked when I installed version 13.0.4. An early version that I tried did not have the desired result with the parameters.

Answers (1)

Answers (1)

Henry_Banks
Product and Topic Expert
Product and Topic Expert
0 Kudos

moved to Crystal .NET (visual studio)