Telerik Forums
Reporting Forum
15 answers
2.6K+ 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
123 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
274 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
300 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
797 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.4K+ 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
5 answers
524 views
Is there a way to import a word doc into a report footer?  I have a very long footer with lots of notes about the report and I am looking for the best solution to add the notes to the report.
Dimitar
Telerik team
 answered on 07 Jan 2021
1 answer
374 views

I want to make it so that if there is only one available option for a report parameter then it isn't visible.

Right now the best I can do is have it just have it select the first item and have the user ignore the drop down if they don't need it.

Todor
Telerik team
 answered on 07 Jan 2021
5 answers
888 views
hi guys,

here is my problem:
i have a Master report with some fields on it, and a couple of subreports.
they are all aligned to the right in design time as shown in "report in designer" attached picture.
(manually aligned with the designer grid lines)
at runtime all of the subreports are a little intended to the right of the fields as you can see in the second attached
picture "subreport margin problem2" (in the picture - 1 and 3 are subreports. 2 and 4 are fields on the Master report)

i tried making the subreports a little wider to the right - it didn't help.

i'm working with the latest internal build of reporting (4.1.10.729). radcontrols for wpf version: 2010.2.714.35
on visual studio 2008

any suggestions?

thanks.
Todor
Telerik team
 answered on 07 Jan 2021
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?