=iif(Fields.Price2 <>0,(Fields.Price1 /Fields.Price2) * 1000,0) |
Can I use the ConnectionStrings in appsettings.Development.json/appsettings.Production.json?
Everytime I try todo so, the report gives me an exception, but if if move the same exact ConnectionString to appsettings.json file, the report runs.
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.
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?
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
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?
See the picture attached, do we have a way to make the text and the end to be italic ? Thanks.