Telerik Forums
Reporting Forum
1 answer
128 views

Hi All, 

1st report is connected to SQL data source and 2nd report is connected Web services data source. 

When user view is shifting from 1st report to 2nd report, 2nd report is taking time to load (2 minutes or more .. delay ).

Until the 2nd report loads the UI is blank white screen.  

Thanks, 

Vikram 

Todor
Telerik team
 answered on 14 Jan 2021
2 answers
100 views
Hi,
I have a web page that is using several Kendo UI controls (charts, lists) in MVC 5 project. The code example is below.
Now I have to create a Telerik report to display all of them in PDF. I've found that there is no a simple conversion from Kendo js UIs to report.
My question is, what is the better way to have/convert the existing Kendo js UIs into Telerik report?
Thanks.

                        <script>
                            function createChartOtmPerf() {
                                $("#chartOTMPerf").kendoChart({
                                    dataSource: {
                                        data: otmBenchmarkData
                                    },
                                    chartArea: {
                                        margin: {
                                            top: -50,
                                            bottom: 0,
                                            left: 0,
                                            right: 0
                                        },
                                        padding: 0
                                        //background: "beige"
                                    },
                                    seriesDefaults: {
                                        type: "area",
                                        stack: true,
                                        missingValues: "gap"
                                    },
                                    series: [
                                        {
                                            type: "line",
                                            missingValues: "gap",
                                            field: "Vlu",
                                            color: "black",
                                            markers: {
                                                visible: false
                                            },
                                            tooltip: {
                                                visible: true,
                                                template: "#= dataItem.DtTxt # - #= kendo.format('{0:C0}',dataItem.CurrentValue)  #"
                                            },
                                            stack: false
                                        },
                                        {
                                            type: "line",
                                            field: "TopLine",
                                            color: "black",
                                            width: 0.1,
                                            markers: {
                                                visible: false
                                            },
                                        },
                                        {
                                            field: "Band5",
                                            color: "red",
                                            tooltip: {
                                            }
                                        },
                                        {
                                            field: "Band6",
                                            color: "yellow",
                                            tooltip: {
                                            }
                                        }, {
                                            field: "Band7",
                                            color: "green",
                                            tooltip: {
                                            }
                                        }, {
                                            field: "Band8",
                                            color: "blue",
                                            tooltip: {
                                                visible: false
                                            }
                                        }
                                    ],
                                    valueAxis: {
                                        labels: {
                                            visible: false
                                        },
                                        line: {
                                            visible: true
                                        },
                                        majorGridLines: {
                                            visible: false
                                        },
                                        axisCrossingValue: -8
                                    },
                                    dataBound: onDB,
                                    categoryAxis: {
                                        field: "Yr",
                                        majorGridLines: {
                                            visible: false
                                        },
                                        majorTicks: {
                                            visible: false
                                        },
                                        labels: {
                                            visible: true,
                                            rotation: 315,
                                            step: 12
                                        },
                                        line: {
                                            visible: true
                                        }
                                    }
                                });
                                function onDB(e) {
                                    e.sender.options.categoryAxis.labels.skip = labelSkip;
                                }
                            }
                        </script>
Andrey
Top achievements
Rank 1
Veteran
 answered on 14 Jan 2021
1 answer
289 views

Couple of questions on the TOC.

Normally the TOC has one set of page numbers, and is Roman numbers, but the report starts with page 1.

How do you set the page numbers to be Roman numerals?

How do start the report page numbers at 1?

 

Todor
Telerik team
 answered on 13 Jan 2021
15 answers
2.7K+ views

We used the Telerik Reporting by Dotnet Framwork4.5.2 for a long time.

But now we are going tu update our programing.

We are going tu use Dotnetcore3.1,ubuntu,vscode(IDE) for development. 

I saw the DOCS and try the "GETTING STARTED".

But I just find how to use it by vs Studio.

So I want to know that is the Telerik Reporting can be used in linux by vscode?

And show me the docs link Please.

 

Thank you very much!

Top achievements
Rank 1
Veteran
 answered on 12 Jan 2021
1 answer
128 views
Hi,
I have a report that created on a report designer and I use report viewer to show the report using C#.
The white space issue appear in the right of report but the issue doesn't appear in another devices,  the report designer and code used as same in the two devices but the issue appear in device and doesn't in the second.
please check the attachments.
Dimitar
Telerik team
 answered on 11 Jan 2021
2 answers
281 views

Hello,

In ReportController override method - 

public override HttpResponseMessage CreateInstance(string clientID, ClientReportSource reportSource)

 

reportSource.Report gives the required report file name - which is as expected.

However, when same method is called for a sub-report then reportSource.Report  returns complete server path of the sub-report rather than only the report file name.

Being new to Telerik, I am not sure if this is the default behaviour.
Is there any way I can change this to only receive the sub-report file name?

Thank you!

Nutan
Top achievements
Rank 1
 answered on 11 Jan 2021
6 answers
301 views

I am creating a book table of context.  Reading the information on Table of Context (https://docs.telerik.com/reporting/table-of-contents) it seems all I need to do is add the field name to the TocText property.

When I create the book, the table of context does not automatically assign the style levels to the groups, all the entries seem to be using Style 1.  Is there something I need to configure in the TocText property or elsewhere?     

Ken
Top achievements
Rank 1
Veteran
 answered on 09 Jan 2021
8 answers
818 views
I've downloaded the Reporting product as a trial version to experiment with the Report Designer. In my testing, I find that I have more and more data connections being created. How do I clean that list up by deleting unwanted or bogus data connections?

I've searched for any file under "C:\Program Files (x86)\Telerik\Reporting Q1 2013" that contains the list that shows up, but nothing shows up.

I've also googled for this topic, but nothing relevant shows up there.

Thanks,
Rick
Richard
Top achievements
Rank 1
 answered on 08 Jan 2021
5 answers
2.5K+ views

I have been given the task to look at a pdf export that can now export in languages with non latin characters (e.g. chinese/japanese/etc)

the exports just show squares instead of the characters which are displayed correctly in the preview.

I believe I need to embed a suitable font but I'm not having much luck. Am I missing something or approaching the problem in the wrong way?

My export function looks like this:

exportPdf: function (domElementId, fileName, landscape) {
            kendo.pdf.defineFont({
                "unicode-font": '../fonts/Unicode/unicode-font.ttf'
            });
            kendo.drawing.drawDOM('#' + domElementId, {
                forcePageBreak: ".page-break",
                paperSize: "A4",
                landscape: typeof landscape !== 'undefined' ? landscape : false,
                margin: "1cm",
                template: $("#pdf-page-template").html(),
            })
            .then(function (group) {
                return kendo.drawing.exportPDF(group, {});
            })
            .done(function (data) {
                kendo.saveAs({
                    dataURI: data,
                    fileName: fileName + ".pdf"
                });
            });
        }

 

I'm wondering if the relative path is the problem but I don't see any errors. I didn't set this up and have very little experience with your tools so I'm sure I am just missing something obvious.

 

Thanks for your help.

Ivan Danchev
Telerik team
 answered on 08 Jan 2021
3 answers
1.0K+ views

Telerik.Reporting Nuget package contains assembly Telerik.Reporting.OpenXmlRendering.2.7.2.dll.

This assembly requires installed DocumentFormat.OpenXml v2.7.2. But this dependency is missing in Telerik.Reporting.nuspec.

Neli
Telerik team
 answered on 08 Jan 2021
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?