Skip to content

Get-ParameterFields and subreports #2

@slestak

Description

@slestak

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions