Hi,
I would like to apply the Expression Dark Theme to Telerik Report Viewer. I wasnt able to find a direct property called theme for Report Viewer. Could someone help me out as to how it is possible to apply a theme for this control?
<
telerik:ReportViewer
ID
=
"ReportViewer1"
runat
=
"server"
Report
=
"MobleTicketClassLib.Report1, MobleTicketClassLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
ShowDocumentMapButton
=
"False"
ShowExportGroup
=
"False"
ShowHistoryButtons
=
"False"
ShowNavigationGroup
=
"False"
ShowParametersButton
=
"False"
ShowPrintButton
=
"False"
ShowRefreshButton
=
"False"
ToolbarVisible
=
"False"
Width
=
"600px"
>
</
telerik:ReportViewer
>
Hi I am trying to export a report to CSV but I need to have the fields surrounded by double quotes. I can successfully have the report export to CSV giving me the format.
John,Jones,26,2011,qualified
What I need is for the report to export to CSV giving the output format
“John”,”Jones”,”26”,”2011”,”qualified”
Is this possible to do, I have looked at the web configuration Telerik.Reporting
extensions area, but I am unable to find any info or parameters that will achieve this.
Many thanks
Derek
Hi,
I would like to apply the Expression Dark Theme to Telerik Report Viewer. I wasnt able to find a direct property called theme for Report Viewer. Could someone help me out as to how it is possible to apply a theme for this control?