Telerik Forums
Reporting Forum
1 answer
104 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
732 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
372 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
164 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
395 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
388 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
559 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
1.1K+ 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
6 answers
797 views
Good morning,

I was wondering if it is possible to export from the report viewer as a TRDX? I am currently working on a web application that uses the report viewer to display reports. This is because we have an offfsite associate who needs to view it. A big driving force of why we tried telerik was because of the option of the standalone designer. However, after playing around with it, I realized that you need to work with only a trdx and the report viewer on the site does not have an option to do this.

I am replicating all the data that is possible for use in the report viewer, but I thought I could use the standalone designer for our offsite associate to format the reports and pick and choose data which she finds necessary. Is this possible or will she definitely need to connect to our DB, in order to do so?

Thanks in advance for your help.
Paweł
Top achievements
Rank 1
 answered on 26 May 2014
3 answers
119 views
Hello Telerik, 

I am doing a report with the option of exporting to excel and pdf.

All run fine. But when I open the print preview in the excel file, I see an extra blank page..

I look for info about this behavior in the forums and I found I need to review the widths of the controls not to exceed the entire report document.

I checked that and all is fine... but the report continues generating an extra page.

I attached 3 files:
- PrintPreview.png : Shows the example for the extra page.
- NormalView.png: shows my report in excel.
- ReportProperties.png : contains all the source code for the report file. You can see how is set the page size and controls... I could not find anything wrong.

Can you help explain me how to avoid this behavior?

Thank you in advance.

Regards

Stef
Telerik team
 answered on 23 May 2014
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?