liveReporting
Posted: Sun Mar 08, 2009 3:03 am
Hi
I did exactly the same as the sample of stimule .net 2007 .but the problem is when i click on each the bookmark value would pass to form with null value ! and this caused thethe Null object refrence Exception in VS.net !
as you see the only diffrent between my code and the LiveReport C# sample is that I ve used an Integer as bookmarkvalue
. Im so confused! is there any bug?
Thanks
I did exactly the same as the sample of stimule .net 2007 .but the problem is when i click on each the bookmark value would pass to form with null value ! and this caused thethe Null object refrence Exception in VS.net !
Code: Select all
StiComponent comp = sender as StiComponent;
int customerID = Int32.Parse( comp.BookmarkValue.ToString());
. Im so confused! is there any bug?
Thanks