Telerik Forums
Reporting Forum
8 answers
315 views
In my WinForms application, I generate a chart using some business and localization routines. The chart works great, but I need to reproduce the exact same chart in a report.

Is there any way to access the actual chart on the report and modify it like I would on a regular Windows Form (preferably through code)?

In addition, does it matter if the chart (which always only appears once) reside in a sub-report or on the master report?
Chavdar
Telerik team
 answered on 19 Aug 2008
7 answers
311 views
Hi,

when I'm trying to convert XtraReports v8.2.2 report to telerik report, "XtraReports" is listed among Available Converters in the Report Wizard, however, the "Browse" button is greyed out. I
s it possible to convert a report from XtraReports version higher than v8.1 (build 8.1.6.0) to relerik? Or exactly version 8.1 must be used? Are you planning an update? Thanks in advance.

Best regards,
Daniel
Daniel
Top achievements
Rank 1
 answered on 19 Aug 2008
2 answers
123 views
When printing any application from your online demos, the adobe print setup dialog pops up from my pc when prompted to print.  The reports print perfectly (alternating row shading, full 8.5 x 11 printing) and as they are seen through the browser.   The problem is that on all other pc's we have tested (5-6), the rest will pop up the standard print setup dialog and the printed result looks as if a javascript "window.print()" was called on the report and the quality is just not as good. (yes, adobe pdf reader has been installed on all pc's tested).  

Any ideas as to why this is happening?  I would like to have the adobe print dialog (or whatever registered pdf reader is installed on the users pc) prompt in place of the standard windows print setup dialog due to the increased print quality.  Thanks!
David A.
Top achievements
Rank 1
 answered on 18 Aug 2008
6 answers
130 views
I am trying to put a logo in the page header but i get the following error:


Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "Timesheet.resources" was correctly embedded or linked into assembly "App_Code.19fyk_ap" at compile time, or that all the satellite assemblies required are loadable and fully signed.

Any Suggestions will be greatly appreciated
Shiraaz
Top achievements
Rank 1
 answered on 18 Aug 2008
1 answer
330 views
Hi

This is a strange problem as we don't get this error but a few (very few) of our clients are getting it.  When attempting to export a report to pdf or csv, they get the following:

Internet Explorer can not download Telerik.ReportViewer.axd from <our url>.  

Note that just behind this message (which is in a popup box) is another popup box with the title:

0% of Telerik.ReportViewer.axd  from <our url>

In comparison to our successful attempts, we don't see these popups instead, a blank IE screen appears and then a popup appears requesting us to open or save the pdf/csv file.

Their browser appears to be attempting to download the axd file rather than continuing to provide them with the pdf or csv file.  This is in itself strange, as we use other Telerik controls on our website (which use the WebResources.axd file) and they have no problems.  They are using Internet Explorer 7 on Windows XP and consistently get this error.  Note that they can view the report fine it is only when they try to export it do they get this error.  Note also that they only tried to download to CSV and PDF - it likely would have happened with other formats as well.

We've tested it locally on several configurations (Vista / XP, IE 6 / IE 7, FireFox) and had no problems.

What could be causing their problem?
Chavdar
Telerik team
 answered on 18 Aug 2008
5 answers
141 views
Very like your work, but don't see some features.

Do you have support for external report templates - like RDL templates in SSRS?
Support of end user report editor?

We are going 100s of reports and we dont want them to be hard coded in .cs.


Rossen Hristov
Telerik team
 answered on 18 Aug 2008
6 answers
564 views

Will Telerik Reporting 2008 Q1 support LINQ datasources?
Svetoslav
Telerik team
 answered on 18 Aug 2008
1 answer
94 views
HI,

I'm just wondering whether visual studio 2008 express supports the telerik reporting tools?

Thanks
Rossen Hristov
Telerik team
 answered on 18 Aug 2008
2 answers
264 views
Hi:

I have a few simple questions - i hope.

Q1. ----------------------------------------------------

I have a report that needs to retreive its data from an SQL function. The SQL Function requires 3 parameters (company,startdate,stopdate)  to be passed to it, and then it returns a table with the desired information.

I created a report (using the wizard)  that has 3 Report Parameters. They are defined as:

1. MyCompany, 2. MyStartDate, 3. MyStopDate

All are these are set as visible, so that they show up in the Report Viewer, and allow the user to select the 3 required values.

What I need to do is have the Report Parameters to be automatically passed to the SQL function.

For ex. Whatever the user enters for "MyCompany" to automatically be used as the "company" parameter when calling the SQL Function.

We can do this with MS SQL Reports, but can't seem to get your report system to make this work.


Q2. --------------------------------------

Also, another problem I'm having is that I can't seem to get the Refresh button on the Web Report Viewer to actually refresh a report. I can't find any event that gets raised when the Refresh button is clicked. Please tell me how I can use this button with server side code. I need to know when the button is clicked on the web page, so that I can somehow rebuild the report, and have the refreshed report re-displayed on the web page.


Thanks for any help you can provide.










Glenn Miller
Top achievements
Rank 1
 answered on 16 Aug 2008
3 answers
546 views
We have created a very dynamically generated report (meaning that it adds subreports and columns depending on the data that is bound to it). When I run the report as a PDF, it works just fine. However, when I export the report as an MHTML or XLS, I get the "Parameter is not valid" exception when it attempts to render the report.

Dim mimType As String = String.Empty 
                Dim extension As String = String.Empty 
                Dim encoding As System.Text.Encoding = Nothing 
                Dim buffer As Byte() = Telerik.Reporting.Processing.ReportProcessor.Render("MHTML", tReport, Nothing, mimType, extension, encoding) 
                Dim fs As New FileStream("C:\Report" ID & ".MHTML", FileMode.Create) 
                fs.Write(buffer, 0, buffer.Length) 
                fs.Flush() 
                fs.Close() 

Like I said, it renders everything perfectly find as a PDF, but when it attempts to render it as an MHTML file or XLS, it blows up.

We are using the NeedDataSource event handler of the SubReports inside of the Main report as described by Telerik as the right thing to do, and it does work flawlessly for PDF. From there we are adding columns and sizing things in the subreport for each section that needs to be added to the report.
Rossen Hristov
Telerik team
 answered on 15 Aug 2008
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?