Telerik Forums
Reporting Forum
1 answer
69 views
SQL 2012 select query brings data for report.
When report is viewed in designer it shows content correctly and get printed correctly on few printers.
But HP company printers (1020, 1005 number) few lines loaded in "TextBox" report object not get printed correctly. ( please see attached image).

The lower section of all letter printed in wrong place suppose word is "Voltage Power" then lower curve of letter "g" set to later "O" of word power.

Please let us know have any fix for HP printer, or we are missed something to add in printing DLL.


 
Nasko
Telerik team
 answered on 07 May 2014
2 answers
129 views

Hi,

I am considering buying the package of Reporting Kendo,
I wanted to know how to use invoice report on durandal system, 
I didnt succeed find your site examples of code (as in grid)
If you can answer me quickly, it is urgent 

thanks,
chani

 
 
 
Nasko
Telerik team
 answered on 07 May 2014
1 answer
84 views
Hi

I have a special request from a customer which I doubt it can be fully done but I have to ask.

I am printing account statements for clients.

The printer on which I print these report has a stapling feature.

Is there anyway to set the stapling? Is there a way to say staple by group (a group = 1 customer)?
Nasko
Telerik team
 answered on 07 May 2014
3 answers
217 views
Hello!

How do I fight with the problem illustrated on the pic? Any way to place labels in more smart way?
(The picture is a screenshot from a Report with a chart on it)

---
Mike
Nasko
Telerik team
 answered on 07 May 2014
10 answers
104 views
Hi,

The Silverlight viewer for Reporting Q1 2014 (2014.1.224.1050) depends on UI for Silverlight Q3 2013 (2013.3.1202.1050) instead of UI for Silverlight Q1 2014 (2014.1.224.1050). This gives gives me an error in Visual Studio and the report viewer component is blank when I run it.
Stef
Telerik team
 answered on 07 May 2014
3 answers
98 views
Hi all,

Suppose I want to apply a transformation specific to the output document format. Specifically, I need to format certain cells in the xslx table: say, all cells except the first one in a certain column formatted as dates, all cells in a certain row formatted as having a thick black border at the bottom, and so on. These transformations only apply to the xslx and not to any other output formats.

What would be the recommended way to achieve this?

Thank you!
Nasko
Telerik team
 answered on 07 May 2014
5 answers
475 views
Hello!

I'm learning Telerik Reporting and today i found an example how to get a value from textbox in subreport and set this value to master report textbox. 

When i did this example in silverlight project with wcf ria services i get an error in ItemDataBound event.

My code for textBox1 ItemDataBound event is this
private void textBox3_ItemDataBound(object sender, EventArgs e)
        {
            Telerik.Reporting.Processing.TextBox textBox1_1 = (Telerik.Reporting.Processing.TextBox)sender;
            Telerik.Reporting.Processing.Report oReport = textBox1_1.Report;
            Telerik.Reporting.Processing.DetailSection oDetailSection = (Telerik.Reporting.Processing.DetailSection)oReport.ChildElements.Find("detail", true)[0];
            Telerik.Reporting.Processing.SubReport oSubReport = (Telerik.Reporting.Processing.SubReport)oDetailSection.ChildElements.Find("subReport1", true)[0];
            //Telerik.Reporting.Processing.DetailSection oSubReportDetailSection = (Telerik.Reporting.Processing.DetailSection)oSubReport.ChildElements.Find("detail", true)[0];
            Telerik.Reporting.Processing.TextBox oSubReportTextBox = (Telerik.Reporting.Processing.TextBox)oSubReport.InnerReport.ChildElements.Find("textBox1", true)[0];
            textBox1_1.Value = oSubReportTextBox.Value;
        }
But i get error in this line Telerik.Reporting.Processing.TextBox oSubReportTextBox = (Telerik.Reporting.Processing.TextBox)oSubReport.InnerReport.ChildElements.Find("textBox1"true)[0];
It says that ther is no InnerReport (null) but i set a subreport1.ReportSource to my subreport in design viewer.

I subreport i have only detail section with two textboxes (one with simple text and one with =5*5 calculation). 

What am i doing wrong? 
Stef
Telerik team
 answered on 06 May 2014
2 answers
76 views
In the properties window of a telerik event, I am trying to set detail_ItemDataBinding event and I noticed that Events Tab is missing.  I am using Telerik Reporting Q1 2014 version as an admin. I am using VS 2010 and my OS is 32 bit and I am using Windows 7. I did not find any posts related to this issue. Your response is highly appreciated.
Harika
Top achievements
Rank 1
 answered on 06 May 2014
1 answer
176 views
Hello everyone! I was able to make the HTML5 page report template from this guide http://www.telerik.com/help/reporting/html5-report-viewer-embedding.html and was able to produce this:


Now, what I wanted to do is to deploy .trdx report to this template. Please please someone answer this query. Thank you so much!
Stef
Telerik team
 answered on 06 May 2014
1 answer
209 views
Hello together,

I have an issue - like many other had before - but with recommended solutions... I could not fix it.
I run into "To prevent possible data loss before loading the designer, the following errors
must be resolved" issue.
I was setting up a new laptop - as harddrive crashed on old one. I recovered all files via MS TFS. I can build and run application - without any issues. But when i try to open it in designer... I get the error message.
I used already upgrade wizard, deleted old resx files, closed app, reboot etc. none of them helped.

Attached is the Call Stack.
I use Win 8.1, VS2012 and Telerik Rep Q1/2014. All with latest updates.
The issue happens on all reports - made with Telerik Reporting.

Any ideas how to fix it?
Thanks
Bjoern
Stef
Telerik team
 answered on 06 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?