Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Index was outside the bounds of the array.

Author  Topic 

somenoob
Posting Yak Master

112 Posts

Posted - 2011-10-13 : 00:21:11
hi everyone i need some help

i have edited the header of my report in the xml codes

<Value>="ATB on " & Format(Parameters!start.Value,"dd/MM/yyyy") & " 00:00 to " & Format(Parameters!end.Value,"dd/MM/yyyy") & " 23:59"</Value>

when i go to the preview tab, it says

an error occurred during local repor processing.
an error has occurred during report processing.
Index was outside the bounds of the array.

please help. it was working fine previously

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-10-13 : 01:45:03
why you're tweaking the xml? why not put the header in report header section in a textbox. If you mess with xml then report will be get broken.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -