Click here to Skip to main content
15,899,025 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using VS2010 RDLC and need some help.

On my report I have a blank row and need to display some variable text in it depending on certain conditions.

I have written a Function that I use to make the row visible or hidden but can't figure out way to put text into field Textbox10 on that row.

I've tried using the following format in my function but I get compile error "Field is Type and cannot be used in expression"

Field!Textbox10.value="ABCD"

Also created a Variable and tried

Variables!something.text="WXYZ"

Whats the proper way to access Field Data or Variables within a user created function?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900