Hi Srikanth,
          Its possible, just do the command as below.
dfm report view <reportname> [<argument>]| grep -v Totals
[root@lnx ~]# dfm report view storage-systems-capacity 98
Object ID Storage System                      Used     Total      Used (%)
--------- ----------------------------------- -------- ---------- --------
98        filer1 68257804 1918855376      3.6
Totals                                        68257804 1918855376      3.6
[root@lnx186-118 ~]# dfm report view storage-systems-capacity 98 | grep -v Totals
Object ID Storage System                      Used     Total      Used (%)
--------- ----------------------------------- -------- ---------- --------
98        filer1 68257804 1918855376      3.6
[root@lnx~]#
-l restrict the output to the nubmer of lines specifed by -l parameter.
Else it will always dump the entire results for the report.
Regards
adai