Link to home
Start Free TrialLog in
Avatar of JJDP2008
JJDP2008

asked on

finding a textbox 2 in layout

I am working on an SSRS Report and when I compile I get the following error.
I am troubleshooting the error:
---------------------------
Microsoft Dynamics NAV Classic
---------------------------
Error while validating RDL content:
The Value expression for the textbox ‘textbox2’ contains an error: [BC30456] 'SetInfo' is not a member of 'ReportExprHostImpl.CustomCodeProxy'.

The first problem I have is I cannot find textbox2 anywhere in the layout.  I have clicked everything in the layout, moved other textboxes around and still cannot locate it.  When I search in the report.xsd it does locate it and says it is in the layout, is there a trick to locating this troublesome textbox?

ASKER CERTIFIED SOLUTION
Avatar of Nico Bontenbal
Nico Bontenbal
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
With Microsoft Dynamics you probably need to look for a file with the RDLC extension.
Avatar of JJDP2008
JJDP2008

ASKER

Wow I should have posted this sooner.  I waisted hours hunting around for that textbox and all I had to do was select it in the layout view.  Whoever designed the report hid at the top as a tiny sliver bordering the top so it would not be noticeable.  Thanks for the help.