or
this
.NeedDataSource += MyReport_NeedDataSource;
private
void
MyReport_NeedDataSource(
object
sender, System.EventArgs e)
{
Telerik.Reporting.Processing.Report report = (Telerik.Reporting.Processing.Report)sender;
this
.entityDataSource1.Parameters[
"@accountID"
].Value = report.Parameters[
"accountID"
].Value;
report.DataSource =
this
.entityDataSource1;
}
<
assembly
alias
=
"Telerik.Reporting"
name
=
"Telerik.Reporting, Version=6.2.13.110, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
/>
<
data
name
=
"$this.SnapGridSize"
type
=
"Telerik.Reporting.Drawing.Unit, Telerik.Reporting"
>
<
value
>0.1in</
value
>
</
data
>
<
metadata
name
=
"$this.SnapGridSize"
type
=
"Telerik.Reporting.Drawing.Unit, Telerik.Reporting, Version=7.0.13.220, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
>
<
value
>0.1in</
value
>
</
metadata
>