I have an RDL report which is a registry - this is a grid:
I serve reports from the MS report server.
I would like to highlight cells containing the name of the person viewing the report. So I really have two questions in one:
If I cannot get my name automatically, I can specify a report parameter that allows them to enter their name manually.
Second question:
rdlc . . IIf Field! Name Parameter!
:
=IIf(Fields!name=Parameters!viewername, "Black", "Red");
PS > , Color /.
"globals", "UserID", , . , , Color :
=IIf(Fields!name=User!UserID, "Black", "Red");
( ), - Like.
VS, COLOR, :
=IIf(Fields!name=Parameters!viewername, "Black", "Red")
Source: https://habr.com/ru/post/1721835/More articles:How to use 2 fake images using HTML tag and BODY tag - htmlBizTalk WMI Remote Wrapper - wmiC # special characters in a line folding program - stringSimple standalone SNMP agent example? (java / C # ideal) - c #Declaring multiple variables for phpdoc without running each of them / ** - phpC # Locking WinForm Controls - c #JQuery plugin: using callback to change plugin behavior - jqueryPassing reference parameters C # - c #Соответствие относительного импорта пространства имен в Python - pythonDL Reasoner vs Rule Engine: can you explain the difference? - rule-engineAll Articles