Telerik Forums
Reporting Forum
3 answers
98 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
58 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
161 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
101 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
945 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
241 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
193 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
169 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
1 answer
59 views
Hi Team Telerik 

I need does this report, are you think that is possible? I am management Telerik Designer with fields .Trdx
All data of this report is generated dynamic
If is possible so help me with a example

Thank you

Regards
Stef
Telerik team
 answered on 01 Mar 2013
5 answers
177 views
Hello,

I have implemented a ReportViewer in a page but I have issues to make the "PrintReport function" works properly on IE9 and Firefox.
I load the component with a ReportBook who can contains severals pdf files.
Then the component call : printReport(); (the component is hidden, it is just used to print the report)

<td style="display: none">

<telerik:ReportViewer ID="ReportViewer1" runat="server" Height="0px" Width="0px"

Visible="True">

</telerik:ReportViewer>

<script type="text/javascript">

<%=ReportViewer1.ClientID %>.PrintReport();

</script>

</td>


In this case, the brower ask me just to download the file ReportBook.pdf (containing the pdfs...) instead of showing me the Print screen.
The issue appear on the IE9 64bits edition, but It s working properly on IE9 32 bits...
What could explain the difference of behavior of the component when I used à 64 bits version of a browser over a 32 bits ?
I am using Telerik Reporting Q1 2012 (v 6.0.12.215).

Thanks for your insight !

Regards,

Hadib Ahmabi
Top achievements
Rank 1
 answered on 01 Mar 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?