Relative Content

Tag Archive for teleriktelerik-reporting

Telerik Reporting – Negative Value Format Not working

I have updated the nuget package of telerik reporting from version ‘17.2.23.1010’ to ‘17.2.23.1114’.
I am using telerik report designer to work with report files.
In that i had applied one text box with culture ‘en-US’ and format ‘{0:C2}’ for currency format.
Before version update, it was working fine to show negative values within parantheses ‘()’.
Now its not showing any parantheses for negative values. There is not a single change made in .trdp file.

Conditionally show/hide Link columns in Telerik Report Designer 24

I’m working with Telerik Report Designer 24 and I have a scenario where I need to dynamically show/hide “Link” columns based on the value of another field, let’s call it “Status”. Specifically, I want these “Link” columns to be visible only when the “Status” field is set to 5. For all other status values, the “Link” columns should remain hidden.