all groups > sql server reporting services > september 2006 >
You're in the

sql server reporting services

group:

Report Style Library


Report Style Library DodgeMagnumGuy
9/12/2006 9:51:08 AM
sql server reporting services:
I found this GREAT posting earlier this week but having problems
getting it to work. It am getting an error at the s.Split function.
Has anyone else gotten this to work?

http://groups.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_frm/thread/3ff51b1a93b98d87/a6b124d4161834d4?lnk=gst&q=template&rnum=11#a6b124d4161834d4
Re: Report Style Library DodgeMagnumGuy
9/12/2006 12:25:17 PM
No I am using VB 2005....
[quoted text, click to view]
/browse_frm/thread/3ff51b1a93b98d87/a6b124d4161834d4?lnk=3Dgst&q=3Dtemplate=
&rnum=3D11#a6b124d4161834d4
[quoted text, click to view]
Re: Report Style Library Steve MunLeeuw
9/12/2006 2:29:32 PM
Try changing :
Dim arrValue As String() = s.Split("=", 2)

To:
Dim arrValue As String() = s.Split("=".ToCharArray(), 2)
Steve MunLeeuw


[quoted text, click to view]

Re: Report Style Library Patrice
9/12/2006 7:04:18 PM
Split is likely new in 2.0. Are you using .NET 1.1 ?

--
Patrice

"DodgeMagnumGuy" <tonystoker@comcast.net> a écrit dans le message de news:
1158079868.203218.54140@p79g2000cwp.googlegroups.com...
[quoted text, click to view]

Re: Report Style Library Patrice
9/13/2006 12:00:00 AM
And the error is ?

--

"DodgeMagnumGuy" <tonystoker@comcast.net> a écrit dans le message de news:
1158089117.446596.52630@b28g2000cwb.googlegroups.com...
No I am using VB 2005....
[quoted text, click to view]

AddThis Social Bookmark Button