Telerik Forums
Reporting Forum
2 answers
127 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
76 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
211 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
99 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
94 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
467 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
73 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
171 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
203 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
3 answers
81 views
I need to display formatted (bold, italic, color and font) text in a single report field.

I see that in the UI for silverlight suite there is a richtext WYSIWYG editor.  I also see that reports supports an HTML textbox.

I currently have letters in RTF that I need to render in the reports, but there seems to be no RTF textbox for reports.

So I have a delimea, ideally I could use an RTF Textbox for reports, as a second choice I need an HTML WYSIWYG silverlight UI editor,
and thats assuming I can convert my existing RTF to HTML.

There are other 3rd party HTML silverlight editors, but I would rather use RTF, and I'd rather deal with only one vendor.

Is there any way to render RTF in a report?

Do you have an HTML silverlight editor?

Nasko
Telerik team
 answered on 06 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?