How to use CurrReport.TOTALSCAUSEDBY in RDLC?

How to use CurrReport.TOTALSCAUSEDBY in Nav 2009 R2 RDLC ? Please tell me the solution.

This function is not supported on client report definition (RDLC) report layouts.

If you need the sum then you can use SUM(Field) in rdlc layout…

Thanks for the reply…but how to write below code in RDLC:

IF CurrReport.TOTALSCAUSEDBY = FIELDNO(“Vendor No.”) THEN

CurrReport.SHOWOUTPUT(FALSE);