0in ContentPlaceHolder 0.875in 1in 6.5in 0.375in 1 Text Page Title true 0.375in =iif(Globals!PageNumber = 1, "", "Memory upgrade") 6.5in 0in ContentPlaceHolder 1.375in 1in 6.5in 0.375in 1 Text Report Title true 0.375in Memory upgrade 6.5in ContentPlaceHolder 1.75in 1in 6.5in 0.375in 2 Text Report Description true 0.375in Memory upgrade information for each device 6.5in ContentPlaceHolder 2.75in 1in 6.5in 4.75in 4 Text Report Content MemoryUpgrade
0.25in true TextBox5 =Fields!SLOTNO.Value true TextBox6 =Fields!MAXMEM.Value true TextBox32 true TextBox18
0.25in true true true true TextBox20
1.75in 1.75in 2.322917in 1.208333in 1.21875in
true 0.25in 4 =Fields!Manufacturer.Value true ="Device name: "&Fields!DISPLAYNAME.Value 0.25in true Total bytes(MB) true Avaliable bytes(MB) true Max module size(MB) true Installed size(MB) 0.25in true =Fields!BYTESTOTAL.Value true =Fields!BYTESAVAIL.Value true =Fields!totalMaxModule.Value true =Fields!totalInstalled.Value 0.25in true Slot number true Max memory(MB) true true
0.25in true TextBox8 true TextBox9 true TextBox10 true TextBox19
=Fields!DISPLAYNAME.Value true
6.5in2
0in COMPUTER_IDN DISPLAYNAME BYTESTOTAL BYTESAVAIL MAXMEM SLOTNO MAXMODULESIZE INSTALLEDSIZE totalMaxModule totalInstalled SELECT A0.COMPUTER_IDN, A0.DISPLAYNAME, A1.BYTESTOTAL as BYTESTOTAL, A1.BYTESAVAIL as BYTESAVAIL, A1.MAXMEM, A2.SLOTNO, A2.MAXMODULESIZE, A2.INSTALLEDSIZE, t2.totalMaxModule, t2.totalInstalled FROM Computer A0 LEFT OUTER JOIN SCOPECOMPUTER ON A0.COMPUTER_IDN = SCOPECOMPUTER.COMPUTER_IDN LEFT OUTER JOIN Memory A1 ON A0.Computer_Idn = A1.Computer_Idn LEFT OUTER JOIN MemorySlot A2 ON A0.Computer_Idn = A2.Computer_Idn INNER JOIN ( SELECT COMPUTER_IDN, SUM(MAXMODULESIZE) totalMaxModule, SUM(INSTALLEDSIZE) totalInstalled FROM ( SELECT A0.COMPUTER_IDN, A0.DISPLAYNAME, A1.BYTESTOTAL, A1.BYTESAVAIL, A1.MAXMEM, A2.SLOTNO, A2.MAXMODULESIZE, A2.INSTALLEDSIZE FROM Computer A0 LEFT OUTER JOIN SCOPECOMPUTER ON A0.COMPUTER_IDN = SCOPECOMPUTER.COMPUTER_IDN LEFT OUTER JOIN Memory A1 ON A0.Computer_Idn = A1.Computer_Idn LEFT OUTER JOIN MemorySlot A2 ON A0.Computer_Idn = A2.Computer_Idn WHERE --$P!{USER_SCOPE_CLAUSE} --AND (A0.DEVICENAME IS NOT NULL) ) t1 GROUP BY COMPUTER_IDN ) t2 ON A0.COMPUTER_IDN=t2.COMPUTER_IDN ORDER BY A0.DISPLAYNAME LDMS MasterReport C:\USLetterPortrait.rdlx-master