Telerik Forums
Reporting Forum
1 answer
143 views

Now that ASP.NET Core is RTM...is there a Reporting for ASPNET Core?

I have a client where I need to add a reporting engine to a .net core solution, and wonder what the current Reporting support is?

Thanks!

John

Stef
Telerik team
 answered on 09 Aug 2016
1 answer
125 views

Hi,

Just wanted to confirm that exporting the RadRichTextBox content from the database to a htmlTextBox in Telerik reporting will work?

I planned to have a custom function so that that can be used in the expression in the report. Will that work?

 

Stef
Telerik team
 answered on 09 Aug 2016
1 answer
399 views

We have a custom e-signature form that is becoming difficult to scale and maintain.  I'm evaluating the Telerik Reporting product in hopes that it can replace our custom code.  I have a signature field loaded with a scanned copy of a signature, and it's initial visibility is set to false.  I have a "Click Here To Sign" button that is set to toggle visibility on itself and the signature field.  Everything works fine there.

 

What I'm curious about is if there is any way to make the entire "Click Here To Sign" field clickable.. instead of just the + button to the left?   Or is there any way to change the + button graphic?

 

Thanks,

Chris

 

 

Stef
Telerik team
 answered on 08 Aug 2016
6 answers
148 views
Is there a way to execute a c# method after the save button is pressed when exporting a report from the Telerik report viewer?
Stef
Telerik team
 answered on 08 Aug 2016
2 answers
220 views

Hi telerik support team,

Is there any possible way to download telerik report programmatically, using HTML5 angularJs.

Thanks & Regards,

Premraj S

Katia
Telerik team
 answered on 05 Aug 2016
1 answer
54 views

Hi,

First of all all I'm kind of a novice when it comes to asp.net and telerik so this might have a to do with my issue.

I have a customer who wants items that are the same but have a different discount to appear separately on the invoice report. Let me explain,

say one makes a sale of 10 items but wants give out one for free. Right now this is a major problem because the free item gets appended to the rest of the items and the discount is showing whatever the discount was for those items. So you get Quantity: 10 and Discount: let's say 10%. But that is not true since you are misled to believe that all the items have 10% even though one of them has 100%..

How would you go about separating the free item which has the exact same itemcode like the rest? Any ideas?

Pierre
Top achievements
Rank 1
 answered on 05 Aug 2016
28 answers
3.3K+ views
I am trying to figure out a way to determine the record count of the report (Number of records for the detail section).  I realize that there is a page count, but is there a way to get the total record count.  I would like to display this somewhere on the top of the report.

Thanks!
Katia
Telerik team
 answered on 05 Aug 2016
16 answers
1.0K+ views

Hi

i have create HTML5 report and it works with parameter but it's don't refresh (get new data from DB) as example:

1. items qty in db was 5 for order is no 1

2. i type in parameter section 1 and get qty 5 in my report >> that is OK

3. now i edit qty in my db and set it to be 3

4. i type in parameter section 2 and get qty of orderid 2

5. now i type 1 again in parameter section and get qty 5 >> that is wrong qty now in db is 3 ??!!

 so how can i let report refreshed as it should be (check data each time i type value in parameter section)

Note: when i click refresh icon in report viewer i get report with new data - but i don't need client to click this button each time i just need report data refreshed each time i type an value or each time report is created 

Code:

@* Order Report *@
<div id="reportViewer2" style="height:1241px;">
    loading...
</div>
 
    @* Order Report *@
    <script>
        $(document).ready(function () {
            $("#reportViewer2")
                .telerik_ReportViewer({
                    serviceUrl: "/api/reports",
                    templateUrl: '/ReportViewer/templates/telerikReportViewerTemplate-9.0.15.225.html',
                    reportSource: {
                        report: "Hemdan.Views.kinds.Select_Order_BarCode, Hemdan",
                    },
                    viewMode: telerikReportViewer.ViewModes.INTERACTIVE,
                    scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
                    scale: 1.0,
                });
        });
    </script>

Katia
Telerik team
 answered on 05 Aug 2016
1 answer
160 views

We have a TRDX report with Object data source - that has Object = "XYZReport" and DataMember = "GetData()"

When the report is opened via viewer - everything runs fine.

When the report is rendered in a unit test method in a unit test project, it does not invoke GetData() method at all and renders empty report. The XYZReport class is in a separate Project/Classlibrary and Unit Test project references it. 

Any clue what could be happening and how we can resolve this?

Nasko
Telerik team
 answered on 04 Aug 2016
1 answer
138 views

Hi, 

If I make a nativescript app, can I display a report in the app? or just get a download for a PDF? or another option?

thanks, 

 

Carlitos

Nasko
Telerik team
 answered on 04 Aug 2016
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?