Telerik Forums
Reporting Forum
0 answers
676 views

Maybe this capability is already present, but, I am unable to find it.  When text overflows a text box and the text box is not allowed to grow, I need to be able to show an ellipsis or the remainder of the text that can fit. Currently the report removes all words that can not fit in the given area.

 It would be very helpful if we could set a few overflow options like "ellipsis", "truncate" (default), or "clip". Example


  • Original: "Hello Telerik Reporting"
  • Truncate: "Hello Telerik"
  • Ellipsis: "Hello Telerik Repo..."
  • Clip: "Hello Telerik Repor"

 

 

Ryan
Top achievements
Rank 1
Iron
Iron
 asked on 21 Oct 2021
1 answer
819 views
I have string of HTML tags with <html> ,<table>,<td>,<tr> etc tags. How I show it in HTML Textbox or Telerik Report ?
Todor
Telerik team
 answered on 21 Oct 2021
0 answers
146 views

A colleague sent me a trdx report file.  Upon opening in the Report Designer (both of us are using 15.1.21.512) one of the images, sized to fit within the picturebox, was enlarged and no longer fits within the box.

We rechecked that we were using the same trdx and we are.  The image shows properly on her PC but is cut off on mine (and is cut off when the report is rendered in the application). 

Another odd thing is that a different image in another picturebox is unchanged.

Neil N
Top achievements
Rank 2
Iron
Iron
Veteran
 asked on 19 Oct 2021
1 answer
457 views

Hi,

I have created a cross tab report with Snowflake ODBC as a data source and it works perfectly fine in Telerik Report Designer, when I click on preview I could see the data being fetched from my snowflake database.

I have snowflake DSN setup on my machine with name "SFDevAdmin"

But when I host it in .Net 5 as REST API and trying to render it in HTML I get connection error I think I need to specify the connection string in my asp.net application and I did it like this in my appsettings.json

 "connectionStrings": {
    "SFODBC": "Data Source=SFDevAdmin"
  }

but I am getting below error 

Could you please help me on this to make odbc connection work when hosted in asp.net 5 application 

1 answer
378 views
I have a report with a table for data columns.  The table has its own data source, and the data source is returning data.  However, the table does not show when I generate the report.  It has been set for Visible, so this is not a problem, and there are no bindings on it.  What else is there that could make it not appear?
Todor
Telerik team
 answered on 18 Oct 2021
1 answer
317 views

I would like to add make a text bold , in preview mode of Telerik report designer works correctly but when I call the report in C# code to use it , I can't see any change and the bold style won't be applicable in C# application .

What's the reason??

Dimitar
Telerik team
 answered on 14 Oct 2021
1 answer
140 views
Hi,

I am new to Telerik reporting and I like the way we can host reporting server as REST service in .Net core.

I am evaluating Telerik reporting tools for the organization that I work for and we have some reports which has many graphical charts with heavy styling applied in MS PowerPoint so my question is -

Can we beautify overall report and clustered column charts  in Telerik report designer or by any other method so that it will look like the attached chart?
1 answer
172 views
Is there any way to adjust where in the report the Table of Contents prints? I have a report with a cover page and I want the cover page to print before the Table of Contents but I can't seem to figure out if that is possible
Dimitar
Telerik team
 answered on 13 Oct 2021
1 answer
806 views

I have a data source that contains dimension data. This data contains Width, Diameter, Weight, and other data.

I can filter the list to just show the Width, but I only want it to show the first Width (since they all happen to be the same). The Report Designer still creates a blank row in the report for every row after the first. I tried using 

= IIf(RowNumber()=1, Fields.DimensionInfo.Dimension, "")

How can I only show the first item? Or, how can I force the blank rows to not take any space?

Thanks!

Dimitar
Telerik team
 answered on 12 Oct 2021
1 answer
179 views

I'm migrating Telerik Winforms report viewer to WPF report viewer. How can I activate continuous scrolling in WPF viewer? Now I can only scroll inside one page and have to use navigation arrows to go to the next page. For me it is one of the basic features for report viewer and I would be very suprised if that wasn't possible...

I'm using "Telerik Reporting R3 2021" with .NET Framework 4.7.2

Dimitar
Telerik team
 answered on 12 Oct 2021
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?