Telerik Forums
Reporting Forum
1 answer
424 views

Just wanted to share this performance tip.

We are running reports, which were actually not running that impressively fast from our website.

The initial load was very long, and subsequent request (which I guess it reads from the FileStorage cache), was ofcourse faster.

We then added a SSD disk to the dev server, and in the reports controller code we changed the path to the FileStorage part of the ReportServiceConfiguration, so it now pointed to a temp dir on the new SSD - and it now runs 10-15 times faster :

After the first request, changing pages or reloading the report takes 1-2 seconds - before that it was 20+ seconds.

And this is just a dev server, and the SSD was added via USB2 - so I am sure we can make it run much faster when we put it into deployment on bigger hardware.

Hope it helps some fellow Report developers out there ;-)

Stef
Telerik team
 answered on 10 Aug 2016
1 answer
603 views

Hello,

Right now my report show's date time like this: 10/23/2016 6:00:00 PM

However it would be better to appear without the seconds, like this: 10/23/2016 6:00 PM

I want to keep the datetime inside the same HTMLTextBox, I do not want to create a new control. Keeping it in the same control keeps the presentation tight together.

My Expression looks like this: http://screencast.com/t/J0Rtv1z38

What change should I make here?

Can I put C# code here? {Fields.StartDateTime}.ToShortDateString() }

I have read:

http://www.telerik.com/forums/formatting-embedded-expressions

http://docs.telerik.com/reporting/expressions-embedded

But neither of these answered the question.

Stef
Telerik team
 answered on 09 Aug 2016
1 answer
1.1K+ views

Hello there. Ive been looking for solution to my problem for some time, yet, I am still not able to solve it. All I need to do is, to change the Y-coordinate of an item (in my case textbox) according to some rules (from data that I get). I can see the option "location" in bindings, but I dont know what to write as an expression. Also, I am not allowed to modify InitializeComponent() method. What should I do?

Thanks :)

Katia
Telerik team
 answered on 09 Aug 2016
1 answer
222 views

I am trying to configure the REST API service use a custom class that implements Telerik.Reporting.Cache.Interfaces.ICache. I am following this doc's instructions and am stuck on the web.config declaration. In the configSections, I need to add a section declaration for the Telerik reporting, but am unsure what class to specify. Is there another doc page has this information? Also, the reason I'm trying to implement my own ICache is to figure out what it does - can someone enlighten me, or point me towards a doc page with this information?

 

Web.config section declaration [template] below:

<section name="Telerik.Reporting" type="Telerik.Reporting.[SomeClassHere], Telerik" />

Stef
Telerik team
 answered on 09 Aug 2016
3 answers
315 views

i have ( list of Table1 ( list of Table2(  list of tables3)).

Ex:    List of A  is hierarchy of List of B , And B is hierarchy of List C.( like parent , Child, grand Children)

In below table Picture , Each Row of Table 1 has Table 2. And Each row of Table2 has  Table 3. Totally one object data source share three table ..

3 question --

1.how to set the data Source, inside the table .

2. i tried the binding property of Table 2 , set the data source using Edit bindings data Source  = Field.listotTable2,  But i can't set the Table3 ...

3. in table2 the data source is bind data Source. But i can't access the member of listofTable2 Class..

Katia
Telerik team
 answered on 09 Aug 2016
2 answers
361 views

Hello, 

I have a table grouped by 1 row and 1 column. When I have more than 6 columns there is a width overflow (see file: widthoverflow.jpg) and if it's exported in Pdf the result is awful, all content is splitted...

How can I do to add a new line and avoid width overflow?

Thanks, 

Laura

 

Stef
Telerik team
 answered on 09 Aug 2016
1 answer
157 views

Now that ASP.NET Core is RTM...is there a Reporting for ASPNET Core?

I have a client where I need to add a reporting engine to a .net core solution, and wonder what the current Reporting support is?

Thanks!

John

Stef
Telerik team
 answered on 09 Aug 2016
1 answer
152 views

Hi,

Just wanted to confirm that exporting the RadRichTextBox content from the database to a htmlTextBox in Telerik reporting will work?

I planned to have a custom function so that that can be used in the expression in the report. Will that work?

 

Stef
Telerik team
 answered on 09 Aug 2016
1 answer
428 views

We have a custom e-signature form that is becoming difficult to scale and maintain.  I'm evaluating the Telerik Reporting product in hopes that it can replace our custom code.  I have a signature field loaded with a scanned copy of a signature, and it's initial visibility is set to false.  I have a "Click Here To Sign" button that is set to toggle visibility on itself and the signature field.  Everything works fine there.

 

What I'm curious about is if there is any way to make the entire "Click Here To Sign" field clickable.. instead of just the + button to the left?   Or is there any way to change the + button graphic?

 

Thanks,

Chris

 

 

Stef
Telerik team
 answered on 08 Aug 2016
6 answers
175 views
Is there a way to execute a c# method after the save button is pressed when exporting a report from the Telerik report viewer?
Stef
Telerik team
 answered on 08 Aug 2016
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?