Telerik Forums
Reporting Forum
3 answers
198 views
Hello,

I have a simple report that shows a barcode and a little text.
I need the report to display 100% wide on the screen.

How it looks on a mobile device. It's too small!
http://img823.imageshack.us/img823/9397/photoyf.png

Preview in webpage

What should I change here? Change the report settings or the web page that displays the report's settings?

thanks for any help (I'm feeling stuck)


<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>
Squall
Top achievements
Rank 1
 answered on 17 Mar 2011
1 answer
731 views

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

Steve
Telerik team
 answered on 17 Mar 2011
5 answers
136 views
Hello

I apologize if I write this in the wrong forum, but I don't know where to put it. I need to know quickly which tools to buy after I took over source code of a project that has been using Telerik. At compiling in VS2008, I get these errors, I believe it is just because I don't have the appropriate Telerik tools: Which tools must I buy to have this compiling? Thanks a lot!

Error   14   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   15   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   16   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   17   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   18   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   19   Invalid Resx file. Type Telerik.WinControls.UI.MaskType, Telerik.WinControls.UI, Version=6.1.0.0, Culture=neut
Error   20   Invalid Resx file. Type Telerik.WinControls.DisplayStyle, Telerik.WinControls, Version=6.1.0.0, Culture=neutra
Error   21   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   22   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   23   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   24   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,
Error   25   Invalid Resx file. Type Telerik.Reporting.Drawing.SizeU, Telerik.Reporting, Version=2.0.1.0, Culture=neutral,

Lars
Steve
Telerik team
 answered on 17 Mar 2011
1 answer
48 views
I moved my Telerik Reporting Project to a different workstation. I edited the datasources of the database that I was connecting to to reflect the new location. I tested each datasource to make that it connects and is able to preview data.

However, my parametized reports no longer work.

I troubleshot this further and found that it's actually the upgrade from Telerik Reporting 2009 Q3 to 2010 Q3 that causes the failure. There are no errors during the upgrade. When I compile, however, there are warnings about obsolete codes. Would that be the cause?


PJ
Steve
Telerik team
 answered on 17 Mar 2011
1 answer
221 views

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?

Steve
Telerik team
 answered on 17 Mar 2011
1 answer
71 views
Hello. We are using the ReportViewer control in Silverlight to call into our class library that has a report definition. Our Telerik.Reporting.dll is version 4.2.10.1221.

I have a textbox in my report. I am setting the value of the textbox to be a parameter passed into the report. When the user displays the report, I want the end user to be able to go into that textbox and change the contents of the textbox (if that's what he/she wants) before printing the report. Is this possible? From everything I can tell, everything on a report is read-only and cannot be changed by the end user. If this currently isn't possible, are there any plans to support this in a future version?

Thanks in advance.

Peter
Telerik team
 answered on 17 Mar 2011
3 answers
188 views
Hi,

I am facing a design problem while exporting to excel in report viewer.

Actually the data is coming correctly and i had given an image in the header which is not visible in the excel.

In report i had given this image in Report Header section.

Please provide us some solution.

Thanks in advance.


Milen | Product Manager @DX
Telerik team
 answered on 17 Mar 2011
3 answers
543 views
I am using reporting version 4.1.10.921. I have been getting this message since I upgraded a while back. I have not been able to fix but left alone since all was working. Well, it has caught up with me and now we have no reports and I get the error below:

'ReportViewer' is ambiguous in the namespace 'Telerik.ReportViewer.WebForms'

I checked webconfig and all telerik.reporting versions are correct. I checked dll's and all versions are correct.  Any ideas?

Dwayne Starkey
Top achievements
Rank 1
 answered on 17 Mar 2011
1 answer
159 views
Hello,

I have  a problem with chart series label format. I have set DefaulLabel Value to #Y{N2} and in designer mode it looks OK, but when i run the preview, values have more than 2 decimal numbers and my chart layout is messed up. I have attached images for better understanding of the issue.

Peter
Telerik team
 answered on 16 Mar 2011
2 answers
139 views
I'm creating a VS 2010 Silverlight 4 web application and plan to compile to 64bit for use on our IIS7 server (64bit).  We have the the Q3 2010 release of Telerik Reporting, does this support Silverlight 4 and 64bit compile?

Thanks, Rob.
Rob Ainscough
Top achievements
Rank 1
 answered on 16 Mar 2011
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?