cancel
Showing results for 
Search instead for 
Did you mean: 

Please tell me how to change default 200 Parameters for .NET

Former Member
0 Kudos

I have read 100s articles but nothing has worked yet.  I need to increase the 200 default parameters in .NET AND in Crystal Reports 2013 app itself so that both the app and my app can display more than 200 parameters per panel, instead of this next page thing.

Read this:

    http://search.sap.com/ui/notes?id=0001626476&boj=/sap/bc/bsp/spn/scn_bosap/notes.do?access=69765...

but how exactly do i make this change?  Where is this file located?  If you are talking about my Windows App's app.config, this results in a runtime error:

<?xml version="1.0"?>

<configuration>

<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>

<configSections>

<sectionGroup name="businessObjects">

<sectionGroup name="crystalReports">

<section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />

</sectionGroup>

</sectionGroup>

</configSections>

<businessObjects>

<crystalReports>

<crystalReportViewer>

<add key="maxNumberListOfValues" value="50"/>

</crystalReportViewer>

</crystalReports>

</businessObjects>

</configuration>


Also, where can i download a usable developer's guide.  Every link to it downloads a .chm file with topics, but no actual text inside any topic!!!!!!!!!!!

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

The chm issue I replied to your other post, please see that post and the resolution (http://support.microsoft.com/kb/902225/)

The KBA describes the changes you need to make in the web.config for web apps. For win apps, you simply create an app.config and use that. Note that you will then have to deploy the app.config with your app.

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

Answers (0)