Search code examples
telerik-reporting

Telerik Report Designer - Remove line if the parameter is NULL


I am working for the first time ( hopefully last) with Telerik Report Designer and I am struggling with something.

I have linked a data source to my report and what I am trying to achieve is to remove empty line when the parameter is NULL.

This is how it looks right now: enter image description here

Since ServiceLocationAddressLine2 and ServiceLocationAddressLine3 are empty, it leaves 2 empty rows as shown above.

How do I fix that?

Thanks

Telerik Interface


Solution

  • I finally got it fixed - my issue was that the textboxs needed to be inside a Panel rather than floating around.

    By doing that if the parameter passed is NULL and the textbox option 'CanShrink'is set to True it won't show up :)