SSRS Code Shared Variables and Simultaneous Report Execution
问题 We have some SSRS reports that are failing when two of them are executed very close together. I've found out that if two instances of an SSRS report run at the same time, any Code variables declared at the class level (not inside a function) can collide. I suspect this may be the cause of our report failures and I'm working up a potential fix. The reason we're using the Code portion of SSRS at all is for things like custom group and page header calculation. The code is called from expressions