Reporting Services: Weird Hidden String Behavior

When creating a report in Business Intelligence Studio 2008, I noticed that the hide / show cursors have a plus sign [+] by default if lines (lines) are set to display when the report is first run. Then pressing the control button changes the minus sign [-] when the lines are hidden. This is backward from what I would expect, and backward from how it works when detail lines are initially hidden. In other words, the control always starts as [+], regardless of whether the data rows are initially visible or hidden. Ask others to stumble upon this question or is it just me? Does anyone know about a fix or a job?

+3
source share
1 answer

Check the InitialToggleState property in the Properties window for a report item using the radio button (that is, the [+] or [-] sign).

+4
source

Source: https://habr.com/ru/post/1768317/


All Articles