Is there a quick way to set a visiblity expression for many rows in a SQL Server Report Services RDLC report?
问题 I have a report with many tables (tablixes?), in which I need to hide all rows that don't have a value in the 2nd column: I can do this by right clicking on each row and setting an expression for the visibility of the row that depends on a value appearing in the field of the 2nd column, e.g. =IIF((Fields!MyField4.Value = ""), True, False) But the problem is that my report has over 1000 of these rows! It will take a very long time given that each field has a specific name! I can modify the Xml