Telerik Forums
Reporting Forum
2 answers
248 views
I have some large reports 500-1000 pages, they display fine, but they seem to take up a lot of memory on the server.  the w3wp.exe keeps building up.  If I have 500 people opening up a different 500-1000 page report, it seems like it's going to be a major hit on the server.  Is there anyway around this?

I'm using the silverlight viewer.  It would be nice to dump all the data to the client and free up the memory.  I guess maybe I could the the render to pdf option instead of showing the report.  I would guess the server would then get rid of the memory after the file is downloaded.

Maybe there's no way around this and I just have to limit the number of people who can view the reports.  Or I guess I could make a crude report viewer or xaml tree and use silverlight 4's printing.  Then I could just dump all the data to the client.
Stef
Telerik team
 answered on 28 May 2014
1 answer
184 views
I have just put Telerik Reporting (HTML5) into my web application (MVC5), and I have followed the documentation available online, but I have been only partially successful at getting it to display due to an error that comes up within the template itself (below the navigation/toolbar).The error message within the template shows the following:Internal Server Error:

An error has occurred.<br>Could not load file or assembly 'Telerik.OpenAccess, <br>Version=xxxx.x.xxx.x, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342' or one of its dependencies. The system cannot find the file specified.

It is not part of the documented install procedure to include a reference to Telerik.OpenAccess... So, I am assuming that this error is stemming from within one of my references that is shipped with Telerik Reporting Q1 2014 (v8.0.14.255)?

I have attached the following references in my application as per this these instructions this and this..
  • Telerik.Reporting
  • Telerik.Reporting.Services.WebApi
  • Telerik.ReportViewer.Mvc
  • Telerik.Reporting.Cache.Database
  • Telerik.Reporting.OpenXmlRendering
  • Telerik.Reporting.XpsRendering

Help would be greatly appreciated in resolving this issue.

Stef
Telerik team
 answered on 28 May 2014
5 answers
386 views
Hi,

           I downloaded Report Designer Q1 2014 yesterday. I want to create Ad Hoc Report for end user.  The tables and columns available in dataset should be available for the end user to select  only the Required column and design their own report.  But the end user will not have Report Designer in their Desktop. Can you please confirm whether this can be done through Telerik.


Thanks,
Jegan Benitto Francis
Stef
Telerik team
 answered on 28 May 2014
1 answer
102 views
I've created quite a few reports with my Q1 2013 version of the report designer and they are run on our web site. I need to get another license for the designer to have as second person creating reports. I'd like to know if they get a new version of the designer and I update both my designer and the dlls on the web site will there be any compatibility issues with the trdx files created with the old designer.

Seems like it should work but if there is anything that I should watch out for I'd be interested to know.

Thanks,
Don Rule
http://translationalsoftware.com
Stef
Telerik team
 answered on 28 May 2014
1 answer
94 views
Hi All,

I have a data column(datatype:nvarchar) which has a value as 1-20 when exported to csv format column values is showing as "20-Jan".
 instead of 1-20.

Please help in solving the issue.


regards,
R
Ivan Hristov
Telerik team
 answered on 28 May 2014
7 answers
708 views
I'm having difficulty passing parameters to my reports using the MVC helper. The viewer loads the report correctly, but I'm not sure why it wont accept my passed values. I have an int and string to pass, I'm currently trying:

@{
    var report = new UriReportSource() { Uri = "Report.trdx" };
    report.Parameters.Add(new Telerik.Reporting.Parameter("UserId", Model.UserId));
    report.Parameters.Add(new Telerik.Reporting.Parameter("UserName", Model.UserName));
}

@(Html.TelerikReporting().ReportViewer()
           .Id("reportViewer1")
           .ServiceUrl("/api/reports/")
           .TemplateUrl("/ReportViewer/templates/telerikReportViewerTemplate.html")
               .ReportSource(report)
           .ViewMode(ViewModes.INTERACTIVE)
           .ScaleMode(ScaleModes.SPECIFIC)
           .Scale(1.0)
           .PersistSession(true)
        )

This is my first attempt as using the standalone designer, but I setup my parameters in the same fashion as previous reports. I keep getting "not all parameters have valid values". Attached an image with my current parameter setup.
Stef
Telerik team
 answered on 27 May 2014
3 answers
361 views
I have multiple reports requiring the same translations in resx files.  Is there a way of referencing a shared resx file in the designer in multiple reports?  The only way I can get the translations to work in the designer is to let it generate the resx's for me on a per report basis.

Has this been considered?
If it has, how best to go about implementing this?

Alanm
Stef
Telerik team
 answered on 27 May 2014
1 answer
149 views
I'm using the HTML/JS Report viewer on an aspx page... the reports works well in Chrome (and Android), IE (and WP - Modern UI Browser), and Firefox. But Safari doesn't display the report.

Regards
Stef
Telerik team
 answered on 27 May 2014
1 answer
388 views
Hi,

I have problem with Telerik report in WPF application, I'm trying to print the receipt report, It works but after printing there's a white space that I can not know from this white space come from!! in design  mode there's no white space but when I print the white space is appear.

Attached two screen shot for the receipt design (one in design mode and the other after print the receipt). I make it colored for more clarity.

Hope anyone can help me to solve this issue, I spend lot of hours to solve it but unfortunately I can't :(

Thanks in advance.
Stef
Telerik team
 answered on 27 May 2014
7 answers
373 views
I'm trying to use Telerik Q3 Reporting

When I'm changing anything in the report like a textbox's text it
didn't reflect at runtime or preview, I make the report viewer EnableViewState=False but no reflection

<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
CodeBehind="Default.aspx.cs" Inherits="NoranReporting._Default" %>

<%@ Register Assembly="Telerik.ReportViewer.WebForms, Version=7.2.13.1016, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
Namespace="Telerik.ReportViewer.WebForms" TagPrefix="telerik" %>

<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
<telerik:ReportViewer ID="ReportViewer1" runat="server" ZoomMode="FullPage"
EnableViewState="False" Height="100%" ProgressText="يتم تجهيز التقرير..."
Width="100%" ></telerik:ReportViewer>
</asp:Content>

 This is picture from design

http://postimg.org/image/41b4o3yu5/

and this is picture from runtime

http://postimg.org/image/htpjjqplp/

And why the report height is to small like this?

I tried

ZoomMode="FullPage" Height="100%"

but as you can see in the picture, it didn't work






Nasko
Telerik team
 answered on 26 May 2014
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?