-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
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)
Reactions are currently unavailable