Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9164

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

$
0
0

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=69765F6D6F64653D3939382669765F7361706E6F7465735F6E756D6265723D30303031363236343736&ssocompatible

 

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:

 

<?xmlversion="1.0"?>

<configuration>

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

<configSections>

<sectionGroupname="businessObjects">

<sectionGroupname="crystalReports">

<sectionname="crystalReportViewer"type="System.Configuration.NameValueSectionHandler" />

</sectionGroup>

</sectionGroup>

</configSections>

 

<businessObjects>

<crystalReports>

<crystalReportViewer>

<addkey="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!!!!!!!!!!!


Viewing all articles
Browse latest Browse all 9164

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>