PsCrystal icon indicating copy to clipboard operation
PsCrystal copied to clipboard

Get-ParameterFields and subreports

Open slestak opened this issue 11 years ago • 0 comments

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)

slestak avatar Sep 04 '14 15:09 slestak