My 2 cents : A small problem I encounterd when migrating SSRS to 2008 is : in a table I used Me.Value= 0.0 in the visibility expression of a Table detail line textbox. I got an "reference to non existant object " error (I dont know why). As work-around I used Fileds!fieldname.Value= 0.0 and it got repaired. Just 2 cents ... Patrick
Can you please file an issue in Connect for this. Thanks, Sean -- Sean Boon Program Manager, Reporting Services ============================================================ This posting is provided "AS IS" with no warranties, and confers no rights. ========================================================= "pi" wrote in message news:u#ExWVnCJHA.3576@TK2MSFTNGP05.phx.gbl... > > My 2 cents : > > A small problem I encounterd when migrating SSRS to 2008 is : > > in a table I used Me.Value= 0.0 in the visibility expression of a Table > detail line textbox. > > I got an "reference to non existant object " error (I dont know why). > > As work-around I used Fileds!fieldname.Value= 0.0 and it got repaired. > > Just 2 cents ... > > > Patrick > >