Telerik Forums
Reporting Forum
1 answer
118 views

Hello, I currently have the graphs attached in the first file ("graphs I have.png") and I need to get them as close as possible to the second file ("graphs I want.PNG").

My main issue is the columns not being aligned with the ticks (months).

Is there a way to achieve this?

 

It'd also be really helpful to know how to show the whole year even if I have no data for those months, but the first thing is my main priority right now.

Todor
Telerik team
 answered on 20 Jan 2020
3 answers
689 views

Hi,

When we load two reports in parallel  then any one report always stuck in loading and only load once one of them finish the loading. I even implemented the MSSqlserver cache but still the loading behavior is same. It seems Telerik reporting rest api always process one report request at a time and put other report request in queue. Can we make reports to load parallel?   

Todor
Telerik team
 answered on 16 Jan 2020
1 answer
235 views
Hello, I very new with telerik reporting. Currently I,m create a report for my WPF application. My problem is the data in the report not display after I add search filter for startdate and end date. Here I attach the picture how I do the filter
Neli
Telerik team
 answered on 15 Jan 2020
6 answers
345 views

Hi Telerik,

When i press the print button on report viewer (we are not using HTML5 report viewer)

we began to recive the following error on chrome console.

And pdf print page is not opening. 

 

ERROR:

Resource interpreted as Document but transferred with MIME type application/pdf: "http://192.168.0.52/Telerik.ReportViewer.axd?instanceID=6bda0c2faa75444b8a9ded052f8bbaa3&optype=Print&format=PDF&pageIndex=0&rand=1569851505961"

Before one weeks ago everything was fine, print button was working correctly.

we use report viewer Version=11.1.17.614

 

Best Regards

Ünsal

mateus
Top achievements
Rank 1
 answered on 15 Jan 2020
9 answers
3.0K+ views
Hello,

I have two issues:
1) I need to set the Page Break property in the report.

2) I need to display every item in a new page, for example, if Item 1 needs 2.5 pages to be dispalyed, then Item 2 must start in page 4 (Not in page 3) and so on...

Please, I need your help,
It is apprecited to send me step by step guide which could help set the Page Break property and how to handle the second issue.

Regards,
Bader
Dilo
Top achievements
Rank 1
 answered on 14 Jan 2020
8 answers
1.5K+ views
I have a method which accepts input as object. How can I pass object values as report parameter value.
Cameron
Top achievements
Rank 1
 answered on 13 Jan 2020
1 answer
1.1K+ views

I have an HtmlTextBox named htmlTextBox5 within my report, which I want to HIDE dynamically based on one of the parameters passed into the report when it is generated, Parameter2.

Basically:

if (Parameter2.value == "2")
{
     htmlTextBox5.Visible = false;
}

 

Question is how do I get Parameter2 from within the report constructor? Or should I be setting the Visible property of htmlTextBox5 somewhere else?

 

 

Katia
Telerik team
 answered on 13 Jan 2020
1 answer
174 views

See the picture attached, do we have a way to make the text and the end to be italic ? Thanks.

 

 

Neli
Telerik team
 answered on 09 Jan 2020
3 answers
284 views
We have reports that show dollar amounts and discounts for services in a table.  The discounts are negative numbers with a financial format that puts them in ().  In the attachment, the columns of numbers going from positive to negative are not aligned.  Is there a way to handle this so the numbers (regardless of being positive or negative) are aligned vertically?
Todor
Telerik team
 answered on 06 Jan 2020
2 answers
656 views

I use report viewer in my .NET core application. the code as follow:

$("#reportViewer").telerik_ReportViewer({
            serviceUrl: "../Api/reports/",
                reportSource: {
                    //report: "Telerik.Reporting.Examples.CSharp.ReportCatalog, CSharp.ReportLibrary",
                    report: report,
                    parameters: parameters,
            },
            renderingBegin:ReportRendering,
            viewMode: telerikReportViewer.ViewModes.PRINT_PREVIEW,
            scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
            scale: 1.0
        });

 

function ReportRendering(e,args) {
        var info = args.deviceInfo;
        //info.set("FontEmbedding", "Full");
    }

 

 

I want to set the pdf deviceinfo property FontEmbedding. how can I do this?

Vincent
Top achievements
Rank 1
Iron
 answered on 03 Jan 2020
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?