or
<?
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
>
<
Silverlight:ReportViewer
x:Name
=
"SalesOrderReportViewer"
HorizontalAlignment
=
"Left"
VerticalAlignment
=
"Top"
Height
=
"603"
Width
=
"583"
Report
=
"PurchaseOrderReports.MasterSalesReceipt, PurchaseOrderReports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
ReportServerUri
=
"../ReportService.svc"
UseNativePrinting
=
"False"
/>