Telerik Forums
Reporting Forum
3 answers
334 views

i have ( list of Table1 ( list of Table2(  list of tables3)).

Ex:    List of A  is hierarchy of List of B , And B is hierarchy of List C.( like parent , Child, grand Children)

In below table Picture , Each Row of Table 1 has Table 2. And Each row of Table2 has  Table 3. Totally one object data source share three table ..

3 question --

1.how to set the data Source, inside the table .

2. i tried the binding property of Table 2 , set the data source using Edit bindings data Source  = Field.listotTable2,  But i can't set the Table3 ...

3. in table2 the data source is bind data Source. But i can't access the member of listofTable2 Class..

Katia
Telerik team
 answered on 09 Aug 2016
2 answers
370 views

Hello, 

I have a table grouped by 1 row and 1 column. When I have more than 6 columns there is a width overflow (see file: widthoverflow.jpg) and if it's exported in Pdf the result is awful, all content is splitted...

How can I do to add a new line and avoid width overflow?

Thanks, 

Laura

 

Stef
Telerik team
 answered on 09 Aug 2016
1 answer
165 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
157 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
448 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
198 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
251 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
82 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.5K+ 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.1K+ 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
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?