or
if (LicenseManager.UsageMode == LicenseUsageMode.Designtime) return;<?xml version="1.0" encoding="utf-8" ?><br>
<configuration><br>
<configSections><br>
<section<br>
name="Telerik.Reporting"<br>
type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting"<br> allowLocation="true"<br>
allowDefinition="Everywhere"/><br>
</configSections><br> <br> <br>
<connectionStrings><br> my connection info in here! <br> </connectionStrings><br><br>
<Telerik.Reporting><br>
<AssemblyReferences><br>
<add name="CustomAssembly"/><br>
</AssemblyReferences><br>
</Telerik.Reporting> <br>
<br></configuration>