LabVIEW 7.1 does not directly support the Riemann Sum, but does support four other integration methods (see
Numeric Integration.vi), provided you have a higher version than the base package. If you truly need a Riemann Sum algorithm, it is relatively easy to code yourself. You can find the algorithm on the net in several places (e.g.
Wolfram Research, or
Wikipedia).