Telerik Forums
Reporting Forum
3 answers
128 views
Hello Telerik,
I am working with Telerik Reporting Q1 2013 in VS 2012.
The last year I successfully build a lot of reports (free format , tables, crosstables, etc.) but now I am very disappointed and desperate in creating reports with some nice charts. The requirement is to build a chart like figure 1 (see attachment). I was not lucky either using Charts nor Graphs.
I followed the instructions of the tutorial "Product Line Sales Video" which really is not very helpful, because it takes a lot of time in styling any report headers and fading out when details of the charts are to be set.
Here some detail questions:
1. What is better to use Charts or Graphs?
2. Why do I get this error in the Chart: the type of column with Name ANZ_MONTAGEN is not numeric (this field is numeric!)
3. in the Chart: how can I show the countries in the legend instead of "Series 1" ?
4. how can the legend be sorted by top 10 amount desc?
5. how can the pie label be shown in percentage?
6. how can I show the top 10 amount and additionally other amounts (the rest)?
7. is it possible to build charts or graphs in 3D?

It would be great to get some help.
Thanks
Irmgard
Stef
Telerik team
 answered on 13 Aug 2013
1 answer
55 views
I am quite new to the entity frame work my context has created the following for me  and i am trying to retrieve the values from the following to tables as well AppraisalReadiness  and AppraisalTalentRating which are both lookup tables with the descriptions in them and a code my question is using the query below how to add the reference in for the above to table but still having it return a list.

   public List<appraisal> GetAppraisal(int employeeId)
        {
            List<appraisal> Appraisals = new List<appraisal>();

            try
            {

                Appraisals = pamsEntities.appraisals.Where(a => a.emp_no == employeeId).ToList();
            }
            catch (Exception ex)
            {
                throw new EntityContextException("GetAppraisal failed.", ex);
            }


            return Appraisals;
        }
IvanY
Telerik team
 answered on 13 Aug 2013
1 answer
116 views
Is there a way to display category labels on a pie graph?  I wanted to create a pie with a category of Year (for example).  The pie gets generated with a layer for each year, but it doesn't say which is which.  There is a label property for category groups, but doesn't seem to do anything. 

IvanY
Telerik team
 answered on 13 Aug 2013
1 answer
174 views

Hello,

I'm updating a telerik TableCell with a C# data array (double[][]), and by now I'm updating the cells in the table by cell (for each cell in tablecell).

I would like to do on of this other options:

1. access a range of a row (subset) and set it with a list or array of the same length
2. access a row and set to a list or array.
3. access each cell element by asking for it by row & col in the table and set the value on the element
       
Is there any possibilities?

Thanks.
IvanY
Telerik team
 answered on 13 Aug 2013
0 answers
60 views
No longer need help. Thanks
Zack
Top achievements
Rank 1
 asked on 12 Aug 2013
10 answers
347 views
Hello, I need to handle the click event on TextBox in rendered report. Can I do that and how?
Thanks for help
Unknown
Top achievements
Rank 1
 answered on 12 Aug 2013
5 answers
170 views

Hi.

Unfortunately was not succeed finding something similar on the forum. The problem is as follows:

There are few reports which has a barcode fields within. The report being printed is trying to be scanned with the barcode scanner (motorola-symbol). Everything works fine when the value of the barcode is alphanumeric without a big amount of leading zeros. But when there are, for example, 6 leading zeros, it scans 7 of them.

The details:

Scanners tested : Motorola Symbol and few other models

Symbology being displayed: Code128, UPCA

Checksum: with/without.

NB. When scanning 123123 value barcode, everything is fine. When 0000003 (6 zeros) it scans as 00000003 (7 zeros). The scanner is barely the problem since I've tested with different devices.

Any clues or advices would be really appreciated.

IvanY
Telerik team
 answered on 12 Aug 2013
1 answer
317 views

Hi Support,
I have some detailed questions on your reporting tool.
I´m looking for a reporting tool for WinForms and Web.

I want to send HTML invoices to my clients via E-Mail. Depending on the numbers of positions on the invoice, the invoice could be more than one DIN A4 page.

So is it possible to generate just one HTML file with headers and footers (first page have another header than the rest) so that the customers can print the HTML file to any DIN A4 Printer without hassle of damaged, missing or relocated content of the report?
If so, can you send me a multipage sample to my E-Mail Address to get an impression of the result?

Second - Web Report and responsive Design:
Is it possible to generate this HTML file in a responsive Design way and sent it by e-mail?
So when the customers open the attached HTML report on any device, can they also read it in a smooth way?
Or with responsive Design it is only possible to upload the report to a webspace and sent the customers a link, so when they click on the link, they get the right HTML report on this device? Do I need special features on the webspace. I want to use IIS 7.5 and .Net 4.0.
Or do you have a special Report Viewer (without installing on the client side) to view the report on any device?
Or are there any other techniques in your reporting tool, that I don ́t know?

What is the right solution you can offer me for responsive design HTML Invoices?

Best regards, Rene

Peter
Telerik team
 answered on 12 Aug 2013
4 answers
216 views
All,

This is my first post so bear with me.     I have a library project with several telerik reports that represent different kinds of collection notices.   I've been successfully putting an optical readable scanline in the footer of these reports using the system installed TrueType "OCR-A Extended" font.    Right now I am in need of introducing OCR-B and be able to switch back and forth whenever.   

The programmatic switch is not the issue as that is trivial.   I purchased a Type 1 font from Xerox and installed it in my Windows 7 Operating System (64 bit).  I am using Visual Studio 2010 writing in C# and using Telerik Reporting Q3.    The font drop down wont show my newly installed font.  I rebooted VS and then Windows to no results.

Is there Telerik support for Type 1 fonts or some sort of non-trivial font installation?

Thanks,

Marcel
Peter
Telerik team
 answered on 12 Aug 2013
2 answers
131 views
Hi telerik,

I've 1 business object which has 2 child objects and both are printed on subreport.
Though I've succeeded several reports of this type, 1 report has a problem.
As attached image, one of 2 subreport always repeated as if he is normal plain record.
Both subreport located in detail section contained in panel as your doc described and
I'm sure each child object is unique and has his own entity list.

Pls advise me what is my mistake.
Thank you in advance.

Kang
Yonggu Kang
Top achievements
Rank 1
Iron
 answered on 11 Aug 2013
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?