I have been trying to simply pass a variable that in memory to a report and have the report display it. I have tried multiple examples but cant seem to ever get the variable value to show.
Say I have a public variable called MyVar and MyVar is a int with a value of 2. I want to pass that variable to a report and display it.
Any guidance will be appreciated.