getVolumeName( )
Retrieves the name of the iServer volume on which the report runs.
JavaScript syntax
getVolumeName()
Java syntax
public String getVolumeName()
Usage
Use in cases when an application running in a multi-volume environment requires volume information, for example, to implement logging in a report.
Returns
The name of the iServer volume running a report.
JavaScript example
reportContext.getAppContext().get("ServerContext").getVolumeName();
Java example
IServerContext scontext;
scontext = (IServerContext) reportContext.getAppContext().get("ServerContext");
scontext.getVolumeName();

Additional Links:

Copyright Actuate Corporation 2012