or
<configSections> <section name="Telerik.Reporting" type="Telerik.Reporting.ImageRendering.PdfReport, Telerik.Reporting, Version=5.3.11.1116, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" /> <sectionGroup name="xsite"> <sectionGroup name="productPortfolio"> <section name="businessLineSettings" type="XSite.ProductPortfolio.Business.BusinessLineConfiguration, XSite.ProductPortfolio.Business"/> </sectionGroup> </sectionGroup></configSections><appSettings> <add key="UserContentLocation" value="E:\xsite\usercontent\" /> <add key="Telerik.ScriptManager.TelerikCdn" value="Disabled"/> <add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled"/> <add key="Telerik.Skin" value="Sitefinity" /></appSettings>
<Telerik.Reporting> <Extensions> <Render> <Extension name="Telerik.Reporting" type="Telerik.Reporting.ImageRendering.PdfReport, Telerik.Reporting, Version=5.3.11.1116, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" /> </Render> </Extensions>
</Telerik.Reporting><%@ServiceHost Service="Telerik.Reporting.Service.ReportService, Telerik.Reporting.Service, Version=5.0.11.510, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"%><telerik:ReportViewer x:Name="MyReportViewer" ReportServiceUri="../ReportService.svc"Report="ReportLibrary.ReportFile.ReportTest, ReportLibrary"/>this.MyReportViewer.RenderBegin += newRenderBeginEventHandler(ReportViewer_RenderBegin); this.MyReportViewer.Report = "ReportLibrary.ReportFile.ReportTest, ReportLibrary";