If your using the robotDrive yes theres a method for reversing the motors:
Code:
myRobot.SetInvertedMotor(myRobot.kRearLeftMotor, true);
If you want to do the same to a single jaguar/victor, there is no way I know of to do it (outside of logic in your own code to switch the direction)