Hi,
To hide some fields , you might want to get the fieldobject andhide it's content:
FieldObject field;
field =
Report.ReportDefinition.ReportObjects[reportObjectName]
as FieldObject;
Or you can create another report file for these users.
Harry
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.