You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting a runtime error when subreports have a parameter with the same name.
System.ArgumentException: Item has already been added. Key in dictionary: 'Pm-@calcBorders' Key being added: 'Pm-@ca
lcBorders'
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Hashtable.Add(Object key, Object value)
at System.Management.Automation.HashtableOps.Add(IDictionary lvalDict, IDictionary rvalDict)
at System.Management.Automation.Interpreter.DynamicInstruction`3.Run(InterpretedFrame frame)
at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
The text was updated successfully, but these errors were encountered:
Getting a runtime error when subreports have a parameter with the same name.
The text was updated successfully, but these errors were encountered: