Telerik Forums
Reporting Forum
3 answers
167 views
Hi,

I'm using the table item to display a simple table with columns A and B:

Column A     Column B
Value_A_1   Value_B_1
Value_A_1   Value_B_2
Value_A_1   Value_B_2
Value_A_2   Value_B_4
Value_A_2   Value_B_5
Value_A_2   Value_B_6

I'd like the report to look like this:
Value_A_1
     Value_B_1
     Value_B_2
     Value_B_3
Value_A_2
     Value_B_4
     Value_B_5
     Value_B_6

If I use a row group grouping by Column A the report looks like this:
Value_A_1  Value_B_1
                   Value_B_2
                   Value_B_3
Value_A_2  Value_B_4
                   Value_B_5
                   Value_B_6

If I use a column group grouping by Column A the report looks like this:
Value_A_1
     Value_B_1
     Value_B_2
     Value_B_3

<Pagebreak>
Value_A_2



     Value_B_4
     Value_B_5
     Value_B_6

Why it does a page break after each group and why it displays the emtpy lines in group Value_A_2?

Best regards,
Gerd
Hinata
Top achievements
Rank 1
 answered on 01 Apr 2015
1 answer
176 views
Hi

Previously I had this (The source of the report definition has not been specified) error when accessing the report on a page however recently I have had it when looking at the report preview.

Creating a blank test project all was OK on a basic report simply showing a barcode.  So I started to match it with my live site and on the second change managed to replicate the issue.  My live site is set to compile for x64.  The test site is set to AnyCpu, switching that to x64 caused the report preview to fail and display the "The source of the report definition has not been specified". Reverting to back AnyCPU and it worked.

I assume that this is a bug...

Regards

Jon
Stef
Telerik team
 answered on 01 Apr 2015
2 answers
97 views
So I have a specific image that will load into a picturebox when I run the reportviewer locally, but it doesn't work when it's deployed.

All the other images work fine, using the same loading method.  All other images of this category work for all other items.  It's just this one image, that only works locally, but not from the webserver.

The image is not displayed, but I am displaying some of it's attributes, and it's saying the image is a jpeg, that is 808x1049 pixels wide.

Anyone ever encounter an issue like this?

Thanks!
Stef
Telerik team
 answered on 01 Apr 2015
1 answer
141 views
I'm standing generate the report in PDF and e-mail, but when will render the following error appears:

Failure in transparent security method 'Telerik.Reporting.Pdf.Fonts.TrueType.FontReader.GetFontData(System.Drawing.Font, Boolean ByRef)'  when calling native code by the method 'Telerik.Reporting.Pdf.Native.NativeMethods.GetDC(IntPtr)'. Methods must be safety-critical or critical to safety and available in transparent code to call native code. I'm using Telerik Reporting Q1 2015 version.
Stef
Telerik team
 answered on 30 Mar 2015
2 answers
132 views
Hello there,

I'm evaluating Telerik Reporting and I'm struggling with something that I know how to do in SSRS but I have no idea how to achieve it here.

I'm using a line chart to show patient admissions trends for the last 6 months by payor type.

Issues:

1) I'm using Analysis Services as my data source, when I chose month as my category group, the months are sorted alphabetically. In SSRS I can reset the sort, and they will show in calendar order by default, but it seems that is not an option here. 
I tried providing a user function for both grouping and sorting; but it doesn't seem to work.

2) How can I handle empty values? I want empty values to be shown as "0". I found this http://www.telerik.com/help/reporting/featuresemptyvalues.html but I can't find where to set the EmptyValue properties nor how to get to the ChartSeriesCollection properties.

Thanks in advance!
R.
Hinata
Top achievements
Rank 1
 answered on 30 Mar 2015
1 answer
305 views
I am trying to convert report from Active Report to Mailing Label Report. I have done the steps in the post called "Converting reports from ActiveReports"
http://www.telerik.com/support/kb/reporting/details/converting-reports-from-activereports but I am not getting "Convert from existing report" after adding a report to my project.

The version of Reporting is Q1 2015.
Stef
Telerik team
 answered on 30 Mar 2015
1 answer
220 views
Can I embed the Query Designer from he Standalone designer in my own application? Is there a tutorial on how to do that?

Thanks!
Nasko
Telerik team
 answered on 27 Mar 2015
3 answers
247 views
Hi,
I'm developing reports on StandAlone Report designer. The report consists to get all users from DB and show them in a list. I read how to create custom functions in order to transform users images that is as string64 in DB to Image in PictureBox. In this case, it's work very well.
So, then i decided to test on my Silverlight application. Configure web.config on my project as well but it didn't work. I follow this example this example in this same report and it works fine but the images does not show.

What i'm doing wrong?
Stef
Telerik team
 answered on 27 Mar 2015
1 answer
147 views
I'm trying to add a drill down action as explained in http://www.telerik.com/help/reporting/designing-reports-interactivity-how-to-add-drilldown-action.html to a the ProductCatalog report from Examples catalog but it works incorrect. I've added a toggle visibility action to Fields.ProductCategory, toggle target is ProductSubCategory. When click to a category all Categories expand/unexpand instead of expanding/unexpanding the selected Categories.
It works correct in 2014 though.
Nasko
Telerik team
 answered on 27 Mar 2015
1 answer
508 views
Hi all

I have never used the Telerik reporting before and I am simply trying to get it to display one of the default reports (or even a custom one I made with just a text box on it). I am using ASP.NET MVC

I followed the tutorial here: http://www.telerik.com/help/reporting/mvc-report-viewer-extension-embedding.html

And I am just left with a blank screen.

The source shows the div there called reportViewer1 and there are no errors in the javascript console so I am at a loss.

Any help appreciated.

Thanks
Nasko
Telerik team
 answered on 26 Mar 2015
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?