Telerik Forums
Reporting Forum
2 answers
283 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
313 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
826 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.6K+ 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
557 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
385 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
911 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
1 answer
278 views
I have a report that I put together that has a cross tab table grouped on TitleUnitEmail address, and TitleNumber.  I'm trying to get a conditional format applied that will alternate the cell color by theTitleNumber group but I can't get it it work right.  For a regular table I know I can add = RowNumber()%2 and set the value to =1 and it works great but I can't figure out how to achieve the same result when I want the band to occur based on the TitleNumber group and not the Row Number.  Help?
Todor
Telerik team
 answered on 06 Jan 2021
2 answers
147 views

I apologize if an example of what I would like to do is in another thread. I tried searching for something similar but

I have a customer that would like to zoom in on the data points of a graph. I told them that I don't think that capability exists, but I could adjust the range of the graph so that they could better see where each data point exists in the swim lanes.

What I would like to do is either offset the data point labels that are off the chart, or create an x axis at the top of the graph containing the data point value for each week in the series. Is this feasible?

 

 

 

James
Top achievements
Rank 1
Veteran
 answered on 04 Jan 2021
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?