Telerik Forums
Reporting Forum
1 answer
154 views
Hello
Do you have a feature to automatically generate a table of content, in the first page of a report book ?
thanks.
Stef
Telerik team
 answered on 02 Mar 2013
5 answers
154 views
(I posted this as a support ticket, but other users need to be aware, until this is fixed, that the upgrade process to Q1 2013 currently has major flaws so also posting it here).

Since I upgraded to Q1 2013 of Telerik Reporting, not only has my toolbox been messed up in Visual Studio 2012 (I can't see any Reporting controls, and Resetting the toolbox hasn't helped), but I can't add any data sources, and my previous projects (which used 2012 Q3 Telerik reporting) don't work any more: I just get a Loading ... title page when trying to view a report in a previous project.


Please help urgently, as this the installation documentation (and upgrade process) is clearly faulty/inadequate and I can't do any work on reporting aspects of our projects until this is fixed!

Thanks
Stef
Telerik team
 answered on 02 Mar 2013
3 answers
81 views
Dear team,
can you help me to find some resources to study the chart and the graph controls while creating my reports ?
Documentation and videos would be great.
Regards,
Mohammed
Mohammed
Top achievements
Rank 2
 answered on 01 Mar 2013
3 answers
40 views
Hi,
            I'm using telerik reporting in my page. The alignment of the record gets shrinked in ie8. Please find my attachment.
Petio Petkov
Telerik team
 answered on 01 Mar 2013
2 answers
139 views
I have a large crazy report
http://www.telerik.com/community/forums/reporting/telerik-reporting/crazy-report-layout---huge-memory.aspx

WinForms = 19 seconds to Render (Build launch debug mode)
WebForms = 400 seconds to Render (Build launch IISExpress debug mode)

The end report is only 8 pages and Fiddler shows that only a page a time is being downloaded.

Are there any events fired from the rendering extensions that I subscribe to so I can log how long they are taking.
I'm currently capturing the differences/timelines for the report's Init, Binding, Bound events and I would really like to determine the delay in rendering and why the HTML Render is so much slower then the WinForms.



Thanks
IvanY
Telerik team
 answered on 01 Mar 2013
1 answer
83 views
Hi!

I need to fit 2 reports in 1 A3 sheet. Is this possible? I'm sending an attached image that illustrates what I need.

Best regards!
Stef
Telerik team
 answered on 01 Mar 2013
16 answers
858 views
I m using telerik report verson 4.0.10.317
Browser: Chrome
When i click on print button it gives me error
Unable to perform print operation
i also try to disable adobe plugin as mentioned in this form post http://code.google.com/p/chromium/issues/detail?id=65834
but it did not work
It prints well in firefox but my clients are using chrome so i want its soln in chrome
it gets print by exporting into acrobat and then print
but i want that it should print directly by pressing on print button

Squall
Top achievements
Rank 1
 answered on 01 Mar 2013
4 answers
217 views
Hi,

I have a Telerik report and after exporting the report to a word document the text box size should be auto adjusted in the exported file based on the amount of data entered in the text box. Right now text box size is not auto adjusting based on the amount of data entered. Is there any way to achieve this after exporting to the word document?

Thanks,
Neela Krishna . B
Elian
Telerik team
 answered on 01 Mar 2013
5 answers
130 views
Hi,

I am using Telerik Reporting Q3 2010 to export Telerik Reports into PDFs.  Since the new update of Firefox to include their own PDF viewer all PDFs created by the Telerik Export is resulting of a black screen in Firefox.  Every other PDFs I try to open that are not created by Telerik are opening fine in the browser.

Here is the code I am using :

      ReportProcessor reportProcessor = new ReportProcessor();
      RenderingResult result = reportProcessor.RenderReport("PDF", myReport, null);
      string path = savePath + reportName + ".pdf";
     
      FileStream fs = new FileStream(path, FileMode.Create);
      fs.Write(result.DocumentBytes, 0, result.DocumentBytes.Length);
      fs.Flush();
      fs.Close();

Attached is the result in Firefox.

Is the new version of Telerik creating PDF that are readable by Firefox?  I tried downloading the demo and using the upgrade wizard but the upgrade wizard is not upgrading anything, or almost nothing.  I get 150+ errors like cannot convert group[] to ...  or cannot convert filter[] to ...   And they are all in the designer files that are generated by Telerik.  So not a solution at all since I have a tons of reports.

Any kind of help would be fine, I need those PDFs to display in Firefox.

Thanks,

Edit, forgot to attach the image
Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 01 Mar 2013
1 answer
117 views
Hello,
 Browser: IE8
 Telerik: Latest Version
   I have a reportviewer that requires two variable.  If the user selects the variables (which cannot be null) and presses enter the report is not generated.  If the user thereupon changes and presses enter again  their selections I  receive this error
{Exception: Invalid value of report parameter 'xzy'.]
[CancelProcessingException: An error has occurred while processing the report.  Processing canceled.  Check the innerException for more ...
Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 01 Mar 2013
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?