Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-ParameterFields and subreports #2

Open
slestak opened this issue Sep 4, 2014 · 0 comments
Open

Get-ParameterFields and subreports #2

slestak opened this issue Sep 4, 2014 · 0 comments
Labels

Comments

@slestak
Copy link
Contributor

slestak commented Sep 4, 2014

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)
@craibuc craibuc added the bug label Sep 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants