Telerik Forums
Reporting Forum
1 answer
121 views

I have some thing like this

COL1    COL2
a            1
b            2
c            3
d            4

              4 =====> this is what im asking for

I want to get last item of the row.. I have been using sum and its helpful but this time I want to get the last item. how do I do that?

Neli
Telerik team
 answered on 17 Feb 2020
1 answer
125 views

We decided to purchase telerik reporting based on the superior angular web viewer, report designer, and exporting features we found. I had some pretty solid requirements that i had to follow. One of which was using our own custom filtering controls, look, and fill. 

I also wanted to use the instanceReportSource methodology and filter my data and attach to the datasource on the report based on each reload of the web viewer.

We used the report designer inside of visual studio to do all of our design work. 

 

So with that said i had to do a couple of things, to get our custom filtering to work through angular web viewer.

1. On report source "report" parameter i had to JSON.stringify a model that contained any filter changes and the name of the report.

  getReportSource() {
        this.filter.Report = 'Company.Product.Domain.FinishedGoodsTransactionHistory.Reports.TransactionHistory';
        return JSON.stringify(this.filter);
    }

2. I then needed to build a custom resolver, part of implementing the IReportResolver telerik interface is the "resolve(string report) method", this method is called 

Mark
Top achievements
Rank 1
 answered on 14 Feb 2020
2 answers
107 views
In my project, reports are processed and exported in HTML5. In the report many logos and images are used.
For each HTML5-file logos and images are exported in seperate files with alphanumeric names.
Is it possible to use a link to an already existing file instead of referencing files, which are created with every report.
For example I want to use something like this:
<img alt="" src="./path/image.jpg" style="position:absolute;width:1361px;height:147px;left:0px;top:0px;text-align:left;" />
instead of this:
<img alt="" src="f5b27bf7239b4114a779da44e94fde38" style="position:absolute;width:1361px;height:147px;left:0px;top:0px;text-align:left;" />

Best Regards

Matthias Keyser
Todor
Telerik team
 answered on 14 Feb 2020
2 answers
210 views

Hello,

I am using a HTML5 Telerik Report Designer. I have created a line-with-markers chart and added tooltip to it as well.

However, in the following graph, the tooltip is only displayed when the mouse is hovered on top of the marker, while I want a crosshair tooltip.

I have tried using Kendo UI for jQuery to achieve this, however, it does not link with the data that is generated with the Report Designer.

$("#reportViewer1").kendoTooltip({ filter: "path[data-tooltip-title]" });

This displays a blank screen alongside the Designer tooltip:

 

Is there any way a crosshair tooltip can be added to a HTML5 Report Designer graph?

 

 

 

Todor
Telerik team
 answered on 14 Feb 2020
6 answers
735 views

Hello, 

Could you advice on how to show summary info from row values?

The data source data looks like this - see RawData.png attached. 

I need to show a table which looks like this - see ResultData.png attached. 

 

Thanks

Katia
Telerik team
 answered on 14 Feb 2020
1 answer
704 views

I have a web app, in .Net Core 3.1 and I am using Telerik Reporting to generate my report. I am getting an error which says:
"Failed to load resource: the server responded with a status of 500 (Internal Server Error) - api/reports/formats:1"

 

I don't think the serviceUrl is the issue, but here it is:

<script type="text/javascript">
        $(document).ready(function () {
            $("#btnReport").click(function () {
                var viewer = $("#reportViewer1").data("telerik_ReportViewer");
                viewer.reportSource({
                    report: "KarposhReports.Temp, KarposhReports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
                    parameters: { imageUrl: $("#imageUrl").attr('href') }
                });
                viewer.refreshReport();
                $("#reportViewer1").show(0);
            });
            $("#reportViewer1")
                .telerik_reportViewer1({
                    serviceUrl: "/api/reports",
                    reportSource: {
                        report: "KarposhReports.Temp, KarposhReports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
                    },
                    viewMode: telerikReportViewer.ViewModes.INTERACTIVE,
                    scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
                    scale: 1.0,

                    ready: function () {
                        this.refreshReport();
                    }
                });
        });

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 13 Feb 2020
1 answer
133 views

I Can't use ObjectDataSource with my project because Wizard always crash and restart VS 2017 while searching types and classes in all assemblies.

I have a huge project and my domain entities assembly has a lot of dll references. 

Can I set the list of assembly Wizard sould use without going through others assemblies?

 

What can i do to solve this problem?

 

thks

Neli
Telerik team
 answered on 13 Feb 2020
1 answer
854 views

I have some old reports that were created using the Visual Studio designer. These reports also include some logic in events, such as positioning and sizing elements dynamically, given that some reports have a very complex layout that at the time was impossible to replicate without adding this “code behind” logic.

With.Net Core applications, since the Telerik Reporting Visual Studio Designer doesn’t work on .Net Standard libraries, what path should I take in order to have some custom logic run within the report? If I start using the stand-alone designer, could I add some programming logic to the report with an .TRDP file?

Thank you.

Todor
Telerik team
 answered on 13 Feb 2020
7 answers
259 views

Hello,

I have installed the newest releases (Telerik Reporting R3 2019) via Progess Control Panel on my computer.

I opened my project in VS 2010 and wanted to upgrade all the reporting dll's.

But when I click on the menu entry "Upgrade Wizard" nothing happens!

No further window appears!

See the screenshoot!

How can I solve this problem?

Best regards

Simon

 

 

Todor
Telerik team
 answered on 12 Feb 2020
1 answer
393 views
I am trying to open an old Telerik 4 report DLL created in C# some 10 years ago. I am guessing the dll is circa Visual Studio 2010 or earlier with the Visual Studio Telerik designer of it's time. The report runs fine, but I am trying to upgrade it to the latest Telerik version. I was hoping to open the DLL in Designer (x86) and save as a .trdx and then open in Telerik Designer (64 bit) and save out to dll or something. When I try to open the dll, is get this error. What can I do?
Todor
Telerik team
 answered on 12 Feb 2020
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?