Telerik Forums
Reporting Forum
1 answer
172 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
372 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
98 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
87 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
679 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
343 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
141 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
371 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
346 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
1 answer
529 views
I am using Q1 2014 telerik controls and  i am having a problem in exporting my report to CSV format. 
As my exporting language is 'Thai' but after exporting it is giving me garbage values. Please find the attachment to have a clear look. 
Previously I don't have this issue in Q1 2012 telerik controls. As i was using the telerik reports but with previous version(Q1 2012).
I'm using WPF application to export report into CSV, Report have been created from Telerik reporting.

Cheers;
Nabeel Shahzad Chishti
Ivan Hristov
Telerik team
 answered on 26 May 2014
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?