Reporting Service LookupSet

Function SumLookup(ByVal items As Object()) As Decimal     If items Is Nothing Then         Return Nothing     End If       Dim suma As Decimal = New Decimal()     suma = 0   ...