Telerik Forums
Reporting Forum
1 answer
244 views
I have been searching the documentation and examples but nothing definitive on this.  Product Line Sales is not comprehensive enough unfortunately.  So here is my question....

I need to create a Report + Subreport (which itself contains a subreport)

These need to be linked so for each detail record in the Report it will run the subreport (and subsequently that subreport).  The big thing is the passing of the Parameters to each.  Can anyone help me with an example or documentation on how to do this?  Crystal Reporting does a great job of Linked Subreports and am interested in achieving this.  When I accomplish this I will post as sample code for all to use.

Thanks.
Doug
Richard
Top achievements
Rank 1
 answered on 21 Aug 2008
2 answers
134 views
Any help with this would be greatly appreciated.  I have a .aspx page with html and labels that are being populated from code.  I am trying to use the report in the same way the letter report telerik example is.  The HTML code is just one page and looks like a report document.  So here is my question.

How can I get the html to show up in the telerik report for the style of every page?  If anyone can direct me how to do this it would be great.  I have the telerik control on one page and the html on the other.  Would love for the html to be the "style" of the information included within the telerik report component.  Is there a way to do this or does it all have to be built within the code behind?

Thanks in advance,
David
Chavdar
Telerik team
 answered on 20 Aug 2008
1 answer
64 views
Hi, I have a report with a MultiValue string parameter called paramCont hooked up to a dataset which uses the following sql;

SELECT DISTINCT contract, contract + ' | ' + grnCode + ' | ' + dest AS contractDispName FROM  vwRpts_OutloadingTickets
ORDER BY contract

The DisplayMember is set to 'contractDispName' and the ValueMember is set to 'contract'

For the majority of cases it works and the report renders ok, however if there are any trailing spaces in the DisplayMember then the report does not render and the red exclamation 'invalid param' displays.

It does not act like this within the designer/preview only when the report is built into the class library and rendered through a browser.

An easy fix to place an RTRIM() in the dataset but think this is a bug an caught me out completely.

Milen | Product Manager @DX
Telerik team
 answered on 20 Aug 2008
8 answers
121 views

Hi,

has anyone successfully used Telerik reporting (V. 2008 Q1) on VS 2005?

1) The training course suggests that there should be a menu Telerik Reporting which doesn't appear on my IDE. Worse still installing these manually shows them
as disabled so they can't be used.

2) Worse still when i tried to uninstall Telerik reporting it keeps giving an error saying "Failed to connect to SQL database (-2147467259 master)"

then starts rolling back the uninstall process.

Can i humbly suggest one should always be able to uninstall any product? Even if it is only a partial removal, without it repairs and upgrading to a newer version would be impossible. Locking the user to a system that might potentially show up inconsistencies in a given dev IDE enviroment. We all know IDEs can have a wide variations of  configuration and settings.

Any help would be much appreciated.

Sincerely






Farjad Farid
Top achievements
Rank 1
 answered on 19 Aug 2008
1 answer
94 views
I have a couple of questions as I am looking to purchase this component.

First let me state what I am trying to do.  I have records in a db and I also have a html page that will be populated with the record information.  I am going to need to print multiple records at once and there could be many (thousands).  I am not sure how to do this but it looks as though the reporting component may do this somehow.  If I could create a separate page for each record (each record is only one page length) and then print them all off.  It would also be nice to save the entire record collection as one document, but it is nessacary that they be printed.

1.  Can the telerik reporting component work with older versions of telerik components?

2.  Will I be able to do what I am describing above?
Ivan
Telerik team
 answered on 19 Aug 2008
8 answers
300 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
293 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
117 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
120 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
319 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
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?