Telerik Forums
Reporting Forum
5 answers
369 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
95 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
82 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
648 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
340 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
138 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
368 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
322 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
522 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
41 answers
888 views
Hi Steve,

Is there any 2D barcode symbologies supported by telerik barcode control?
Also is there a way to determine the size of the barcode created by these different symbologies?

Thanks
Arron
Top achievements
Rank 1
 answered on 26 May 2014
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?