Data source types: Essbase Essbase, Planning (ad hoc only), Financial Management (ad hoc only), Hyperion Enterprise (ad hoc only)
HypMenuVRunReport() runs a report designed in the Query Designer.
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVRunReport Lib "HsAddin" () As Long
Sub MRunReport()
X=HypMenuVRunReport()
End Sub