Telerik Forums
Reporting Forum
7 answers
985 views
Hi,

I've followed this guide: http://www.telerik.com/help/reporting/telerik-reporting-rest-host-http-service-using-web-hosting.html in order to host the telerik reporting service. When i run http://localhost:[portnumber]/api/reports/formats i get a valid response.

When i try to run the html5 viewer i get a black line and no reports showing.

After examining the network i can see that the client posts to localhost/api/reports/clients which returns a clientId, then it posts to localhost/api/reports/clients/{id from previous call}/parameters which returns a 404 not found (standard IIS not found page).


Any suggestions ?

saleng
Top achievements
Rank 1
 answered on 18 Sep 2017
3 answers
107 views
Hi,

I have an issue. I would need to be able to select the type of export before generating the report. I use C# in visual studio 2008 and I am programming a desktop application. 
This means I have to select the export type and the path in a previous panel and then I have to press "generate" button in that panel. Telerik reporting would inherit these parameters and would generate the report by itself without pressing the button export in the reporting viewing. 
I found this thread  LINK, but it is dated in May 2011.
It is practically my same concern. After almost 2 years, is it already supported?

Thanks in advance.


Katia
Telerik team
 answered on 18 Sep 2017
4 answers
308 views

Hi,

Is there any option to create a stylesheet for trdx files. The idea is to have a common place for common settings such as font-size font weight, font family, background color. border size etc for all reports.

 

Regards

Devesh

Katia
Telerik team
 answered on 18 Sep 2017
11 answers
626 views
I just "upgraded" to Reporting Q2 2012 last week and have spent the past few hours trying to get my reports working again (the upgrade wizard didn't fully upgrade the reports for some reason, so I had to rebuild them). I finally got my main reports figured out, but haven't been able to determine what to do to bind subreports. For example, I have an invoice report that has a subreport in the Details section that I use to display line items. I need to bind the main report and subreport to an in-memory dataset - the dataset contains two tables, a header table and an items table. In the previous Reporting version (Q1 2012), I was able to do the following to bind the report and subreport:

Quote tst = new Quote(); //Quote is the main report
Telerik.Reporting.ObjectDataSource odsHeader = (Telerik.Reporting.ObjectDataSource)tst.DataSource;
odsHeader.DataSource = cdtsQuote;
odsHeader.DataMember = "Header";
 
Telerik.Reporting.SubReport itemDetail = (Telerik.Reporting.SubReport)tst.Items.Find("srItemDetail", true)[0];
Telerik.Reporting.ObjectDataSource odsItems = (Telerik.Reporting.ObjectDataSource)itemDetail.ReportSource.DataSource;
odsItems.DataSource = cdtsQuote;
odsItems.DataMember = "OrderItems";

In the new version, the SubReport object's ReportSource has changed, so it doesn't have a DataSource property anymore. So, how do I go about setting the datasource? If I try setting the subreport's datasource via SubReport.Report.DataSource, it ends up re-setting the datasource of the master report, which causes even more problems.

Any ideas on how to accomplish this?
Katia
Telerik team
 answered on 18 Sep 2017
1 answer
162 views

Hi,

This is the first time that I will work with , the company has this product and they request me to develop the following. So  asking about the advice of which component is the best to use.

This is the situation: I'm going to run a process to get all the data that I need, once the process has finished I have to create multiple PDF reports with tables and graphics and it has to be programmatically so there will be no UI.

The company has not report designer but ¿is it possible to define the format of the table by code?

Thanks for your opinion.

Denis

Todor
Telerik team
 answered on 15 Sep 2017
2 answers
387 views

Is it possible to add in PDF/Word to a report?
I have got the bytearrays in the database, but I have to insert those whitin the report.

 

Someone any expirience with that?

 

Thank!

Steven
Top achievements
Rank 1
 answered on 14 Sep 2017
1 answer
73 views
I am wanting to hide the tool bar on a particular HTML5 Report viewer. Then i will create a single tool bar for multiple Report Viewers. I have figured out how to hide the tool bar but how to i send command to the report viewer via javascript?
Nasko
Telerik team
 answered on 14 Sep 2017
1 answer
180 views
Hi, we are evaluating the reporting product and set this up using the Reporting REST Server. I can see it has support for .NET Core. Would this run on a Linux environment running .NET Core? Thanks Paul
Milen | Product Manager @DX
Telerik team
 answered on 13 Sep 2017
1 answer
120 views

Hello:

I have a report with user generated content that contains paragraphs. If a paragraph cannot fit on a specific page, I would like the entire paragraph to flow onto the next page. Similar to Words "Keep lines together" feature. Is that possible?

Thanks

-Steve

Nasko
Telerik team
 answered on 13 Sep 2017
1 answer
245 views

Hello,

I have a picture box (company logo) in my report and it works fine if I export the report to PDF, but if I export to Word or Excel the picture box is not there.

In Excel I have only an empty cell.

Does anybody have an idea why?

Thanks.

Regards,
Diego

Katia
Telerik team
 answered on 12 Sep 2017
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?