Telerik Forums
Reporting Forum
4 answers
706 views

Hello,

I have created an Angular project in which a report is displayed in the Report Viewer, which is loaded by the Report Server.
As described in your example.

I use the option "[reportSource]" to pass the following object:
  "{Report: categoryName / reportName}".

Now I want to change this object to another report and show this.
Unfortunately it did not work that easy.

So I researched the documentation and found out that methods can be run on the viewer.
https://docs.telerik.com/reporting/angular-report-viewer-api-methods

refreshReport() and setReportSource() sounded good and I tried them as they did in your example.

Unfortunately, that did not work either.
In the console came the following errors :

 

My HTML:

01.<button (click)="viewer1.refreshReport()">Refresh</button>
02.<button (click)="viewer1.setReportSource(rs)">setReportSource</button>
03.<button (click)="temp = viewer1.getReportSource()">getReportSource</button>
04. 
05.<pre>{{temp|json}}</pre>
06.<pre>{{reportSource|json}}</pre>
07. 
08.<tr-viewer #viewer1 *ngIf="reportSource"
09.    [containerStyle]="viewerContainerStyle"
10.    [reportServer]="creds"
11.    [viewMode]="'PRINT_PREVIEW'"
12.    [scaleMode]="'SPECIFIC'"
13.    [scale]="1.0"
14.    [reportSource] = "reportSource"
15.></tr-viewer>

 

What am I doing wrong? How can I call another report in the viewer?

Todor
Telerik team
 answered on 05 Jul 2019
2 answers
172 views

Here is what I'm trying to do.

 

I have a stored procedure that takes five parameters: Start, End, Name, Type1, and Type2. I need to generate this report using (Start, End, Type1, Type2) for each selected Name, which is a multivalue parameter on the top-level report. e.g., each detail section or subreport for Mark, Amy, Nick, etc should use the same values for the other parameters.

How do I go about doing this?

Todor
Telerik team
 answered on 05 Jul 2019
1 answer
131 views

Hi Telerik,

Firstly, I export the report that I created using Telerik Reporting to Word document and then make some changes.

Once done, I save it as PDF format for my client reference. After that, all graphs in the report saved to PDF format become smaller.

You may refer attached image as your reference.

 

 

Todor
Telerik team
 answered on 04 Jul 2019
2 answers
176 views
Hello. I need to generate textboxes/items dynamically at runtime, for example if there are 5 customers in datasource I neet to display 5 signature lines on report if there are 2 customers than 2 signature lines and so on. is it possible to do using standalone report designer? thank you in advance 
dato
Top achievements
Rank 1
 answered on 03 Jul 2019
2 answers
180 views

Hello All,

Hoping that someone can shed some light on this weird - to me at least - problem! When I debug my ASP.NET Core reporting application started using F5 everything works perfectly and my report displays just fine. However, if I start it with CTRL-F5 I get the message: "Unable to get report parameters - Report 'xyz.trdx' cannot be resolved." Similar to what you get if the report path is not correct. How can this be since nothing changes but the start method? I've checked the only place I could think of, in the Startup.cs where you have an "if (env.IsDevelopment()), but all I have in there is a developer exception page vs a fixed page for production. Really stumped here.

Any thoughts appreciated,

Scott

Scott
Top achievements
Rank 1
 answered on 01 Jul 2019
2 answers
272 views

Hello,

Can someone please explain to me what the following line is doing:

this.services.AddTransient(ctx => new ReportsController(new ConfigurationService(env)));

I don't need to add any of my other controllers to the Startup.cs file. I would like to really understand this so as much detail as possible or a link to an article would be very helpful.

Thank you,

Scott

Scott
Top achievements
Rank 1
 answered on 01 Jul 2019
1 answer
483 views

I'm currently integrating Telerik Reporting into my companies web application, which uses ASP.NET WebForms. I'm using the Standalone Report Designer to build the reports, then I import them into our application to use.

I'm having trouble displaying multiple reports on one .aspx page. I'm using the <telerik:ReportViewer> and <telerik:ReportSource> to reference the reports. Individually the reports display fine, however when trying to render them both, they load and then don't display anything.

Is there something I'm missing? I haven't been able to find much on the forums/documentation on this issue.

Neli
Telerik team
 answered on 28 Jun 2019
1 answer
127 views

Hi,

is there any possibility to see the list of known anomalies and get some more information on the bugs (e.g. when it was introduced and how to reproduce)?

I have only found the release notes where the fixed bugs are listed. The provided information there is quite limited...

 

Best regards,
Michael

Neli
Telerik team
 answered on 28 Jun 2019
1 answer
429 views
How to create a table(not with text boxes) with grouped columns. Please refer the attached file
Eric R | Senior Technical Support Engineer
Telerik team
 answered on 25 Jun 2019
1 answer
763 views

When displayed on the web page, Chinese is displayed normally, as shown in normal_display.PNG.  

When exporting PDF, Chinese is displayed abnormally, as shown in abnormal_display.PNG.

How can export PDF support Chinese?

How to solve this problem?

Neli
Telerik team
 answered on 25 Jun 2019
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?