or
ReportProcessor rp =
new
ReportProcessor();
Hashtable deviceInfo =
new
Hashtable();
deviceInfo.Add(CsvRenderingExtension.Parameters.NoHeader,
true
);
deviceInfo.Add(CsvRenderingExtension.Parameters.NoStaticText,
true
);
RenderingResult res = rp.RenderReport(exportFormat.ToUpper(), _report,deviceInfo);
Hello Telerik Admin,
I am brand new to telerik and have been reading/researching but still not sure what I'm doing is the right way...
Basically I need to create a series of charts/graphs. Is there an easy way to do this by using telerik report wizard? Can I use the Chart icon from the Toolbox under Telerik Reporting Q2 2010 menu?
I am trying to drag and drop the Chart icon from the Telerik Reporting Q2 2010 menu to the designer but don't know how to bind the datasource to the graphs...
Would you please help? Is there a tutorial/documentations on how to create charts/graphs by using the report wizard?
Thanks!
I'm stuck with this error for quite sometime now.<
UserControl
x:Class
=
"SLReportSample.MainPage"
xmlns:telerik
=
"clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"
mc:Ignorable
=
"d"
d:DesignHeight
=
"300"
d:DesignWidth
=
"400"
>
<
Grid
x:Name
=
"LayoutRoot"
>
<
telerik:ReportViewer
x:Name
=
"ReportViewer1"
Width
=
"1000"
ReportServiceUri
=
"../ReportService.svc"
Report
=
"ReportLib.EmployeeSample, ReportLib,Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
>
</
telerik:ReportViewer
>
</
Grid
>
</
UserControl
>