outputEncapsulationEnum

Defines how report outputs can be encapsulated in response to the asynch » run(objectPath, parameterValues, options) methodand the asynch » runSpecification(specification, parameterValues, options) method.

References

Used by the following properties:

Members

HTML

Specifies that an HTML document should be returned.

If the requested output format is not HTML, the output will be cached on the server and an HTML document referencing the cached output will be returned.

If the requested output format is HTML, the output will be returned without modification.

none

Specifies that the output is not encapsulated.

SDK developers usually use this value when running reports.

URL

Specifies that a URL should be returned.

When this value is specified, the output will be cached on the server and a URL referencing the cached output will be returned.

URLQueryString

Specifies that the query portion of the URL of the document should be returned. This is the portion of the URL that begins with a question mark (?).

When this value is specified, the output will be cached on the server and a URL query string that links to the cached output will be returned.