Telerik Forums
Reporting Forum
1 answer
101 views

We have got raport with some subraports in it. Main one was executing sql data source which values was used to pass as raport parameters to subRaports.

One of the parameters was xml.

Everything worked fine on teleric raports 2015, but after change to 2018 (trdx to trdp files), xml values are not passed to subreports with xml param.

Did format of xml changed? Or it should be passed in some new way?

We are rendering reports from code. Every other raport without xml parameters works fine in new dll.

 

 

 

 

Silviya
Telerik team
 answered on 08 Mar 2019
5 answers
1.4K+ views

I'm currently working on Document with fixed layout (Europe Uniion Normed size). In this document i have  table, which have to be with fixed size. How can i set Table size at deign time?

Is it possible to makethe multiple pages with same layout if the the Table doesnot fit in the Table size

Silviya
Telerik team
 answered on 08 Mar 2019
6 answers
1.0K+ views
Is there a way I can remove or disable the print button from the Report Viewer?

I know I could handle the print event, and cancel the print, with a nice message to user saying print isn't allowed. But I would prefer to just get rid of the print button on the report viewer altogether.
Ahaiziah
Top achievements
Rank 1
 answered on 08 Mar 2019
5 answers
267 views
I have pie graph , and have data like attach file data .
i want to show n pie per product as number of distinct TherapeuticAreaName.
so i want 3 pie ,each one contain his  products.
thanks 

Ivan Hristov
Telerik team
 answered on 08 Mar 2019
1 answer
460 views

Hi,

I was using previously telerik reporting with angular 5. After the new release we are investigating the update to Angular 7 and Telerik 2019 R1 SP1.

We have done the updates on our solution and we have encountered a few issue:

1. Styles are not retrieved from "telerikReportViewer-sass.css" file, but they are embedded in the dll, and we were missing for the .trv-pages-area div{box-sizing:content-box}; it was border-box (resulting in wrong visualization of the controls, they were vertically cut and the crosstab was having big borders between cells). We have fixed this using this thread https://www.telerik.com/forums/custom-popup-editor-layout-issue  (that pointed to this: 
https://docs.telerik.com/kendo-ui/third-party/using-kendo-with-twitter-bootstrap#nesting-kendo-ui-widgets-and-bootstrap-grid-layout ). I don't know if there is a better way, so if you have any hints, we are opened to them.

2. We have a report with 4 pages. Now with the new feature of continuous scrolling we get all pages on beneath each other. We don't want this, so we have set the PageMode to SINGLE_PAGE (in the ts file: public pageMode = 'SINGLE_PAGE'; and in the html file [pageMode]="pageMode" under the <tr-viewer>). With this change it broke the scale of the zooming of the report viewer (only 0.75 and 1.5 are available). We don't have the intermidiate scales and all that go until 9 scale. I think this is a bug.

The 2nd part is the most critical one.

Thank you,

Vlad

Todor
Telerik team
 answered on 07 Mar 2019
3 answers
164 views
Hi guys,

I've been requested to create a module for a DotNetNuke test portal we have setup here.  It needs to perform MDX queries against a cube and generate a report.  It seems to me that using Telerik Reporting is a means to getting this working, but I'm struggling in setting up the data source for the report.  I'm using this simple approach in generating a DNN module (which has worked fine for me in the past): http://www.telerik.com/help/aspnet-ajax/how-to-create-dnn-module-telerik-ajax-controls3.html

Cheers in advance for any assistance,
Norman

Nilima
Top achievements
Rank 1
 answered on 05 Mar 2019
6 answers
259 views

     Hello! I'm running into an interesting issue.

     I have a list inside of a table. This list is getting populated using the technique outlined here:

     https://www.telerik.com/forums/table-item-that-contains-unique-list

     The list is attached to, let's say, dataSource2 and the table is attached to dataSource1. The list is returning a textbox with a URL inside of it and a different ID at the end. So if there are 3 ID's coming from dataSource2, it generates 3 links. I have set the behavior to make the text blue and underlined, like a traditional hyperlink.

     However, in Preview, only the first link is underlined. Now, there is a lot more happening inside this report, so perhaps there are some formatting things I have not discovered. But I've tried everything I can think of. Is there something I'm missing?

     Thank you in advance for any information that you can provide! I'll try to add a picture of what I'm seeing on my end tomorrow. 

Logan
Top achievements
Rank 1
 answered on 04 Mar 2019
3 answers
291 views

Hi, in the DetailSection of a report I'm trying to add a picture box in a subReport. My problem is that if the CrossTab is really large(spreads across multiple pages), the picture box is printed over the table, and not after it.

this.Detail.Items.AddRange(new ReportItemBase[] { this.Crosstab1, subReport });

This is how I create the subReport:

var subReport = new SubReport();
                    var testReport = new ReportTest();
                    testReport.DetailSection.Items.Add(this.PictureBox);

                    var instanceReport = new InstanceReportSource
                    {
                        ReportDocument = testReport,
                    };
                    subReport.ReportSource = instanceReport;

 

Do you know how can I add a page break after the CrossTab?

 

P.S. In this project I can't use the designer for the reports.

Silviya
Telerik team
 answered on 04 Mar 2019
1 answer
411 views

Hiya,

We've upgraded Telerik Reports from v12.1.18.620 to v13.0.19.116. In the updates, you have added a splitbar to control the width of the report parameters.

We create custom DateTime parameter editors for some of our reports. Now, the DateTime pickers do not fit on the screen because of the width of the .

We used to control the parameter width using .trv-parameters-area in CSS, but that no longer works.

So, how can we widen/move the  so that a DateTime picker can be displayed fully?

Thanks,

Paul

 

Silviya
Telerik team
 answered on 04 Mar 2019
3 answers
372 views

I have a report with a table, there are a total of 3 columns in the table in which the 3rd column is a group column. In the 3rd column the data fills according to the values in the table.

Currently if there is only one value for the 3rd column there is huge gap in the right of the page. I want the table to be filled in the page in this case.

Also if there are more than one value for the 3rd column the table should not break to next page instead it should be filled in that page itself.

In any case the table should occupy the full page width.

How can I achieve this case? Plz help.

Thanks in advance.

Tanzeel
Top achievements
Rank 1
 answered on 01 Mar 2019
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?