The SSRS-TextBox Border Width property returns to 1pt after saving the expression

I have been working on this for the last couple of hours. I put the following code in the Border Width Property text box (this applies to the table, not the matrix) :

=IIF(Fields!SortOrder.Value = 2,"3pt","1pt")

As soon as I click OK in the expression editor and OK in the text field property editor, I can return to the properties and the Border Width property will be set to 1pt by default again.

After playing with him for a very long time, I finally started getting a text box to behave the way I wanted, but the property was still set incorrectly. However, the XML report showed that it was installed with the above expression. Thus, SSRS did not parse the XML correctly before the report execution time (at least what I am assuming). I was able to set the Bold property in the same text field and all other text fields inside this line. However, all the properties in the Border section of the TextBox property list seem to reset themselves. I only had a report actually doing what I wanted (as mentioned above), but the property displayed through SSRS was still incorrect. I guess I need a way to run SSRS to process XML.

Things I tried:

-opening and reopening report

-

- Visual Studio

-

+5
1

!

, " ". , (View- > Properties Window... F4), , XML.

, , . .

, , . , , , , .

+8

All Articles