I am using method StoredProcParam of a Crystal Report Control to pass input parameter to MS SQL stored procedure. Is there a way to get the output parameter or the return value from stored procedure?

Thanks.