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:
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!!!!!!!!!!!