Hello.
I am using Telerik Reporting Q3 2010 version,
I have created sqlDataSource1 where "SelectCommandType = StoredProcedure" -> query returns data so this is OK...
...BUT When i start crosstab wizard (or table wizard) and select my sqlDataSource1 there are NO "details" fields in the "Details" section of the wizard!! (see attacched printscreen).
I can only click "finish" button (button Next is DISABLED) and so i can not "drag an drop" fields to create a report (in the next step of the wizard which i can not access)
btw : sqldatasource WITHOUT stored procedure ("SelectCommandType = Text") works OK with the crosstab and table wizard - it displays ALL the wizard steps and allows me to drag and drop fields on the report.
Can you please answer me if this is a bug in crosstab wizard or if this is so by design? Our project is very late so your answer would be wery appreciated.
Thank you.
Damir
<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