cacheOutput

Provides report cache output.

In order to use cache data to render prompt data when a report is run, the language and region code specified for the locale need to match. If a match occurs, the cached data is used to render the prompt controls. If a match does not occur, the cached data is not used and a request is made to retrieve the prompt data.

We recommend that you represent instances of this type as a set of properties of its containing object. Users may access this object by opening a property sheet or launching an editor.

This class

Container Information

Contains instances of the following classes
Contained by instances of the following classes

Properties

This class has the following properties.

data

Contains the MIME data. The data format is specified in the dataType property.

This property may be encoded as an attachment in a method request message or response message if the encoding parameter is set toMIME. The encoding parameter varies from method to method; see the bibus » addOptions » dataEncoding propertyand the bibus » queryOptions » dataEncoding propertyfor additional details.

This property

  • is of type base64Binary

    is encoded as type tns:base64BinaryMIMEProp

dataPathInfo

Contains the URI for the binary data for this object.

This property

  • is of type anyURI

    is encoded as type tns:anyURIProp

  • is read-only

dataSize

Specifies the number of bytes of data.

This property

  • is of type nonNegativeInteger

    is encoded as type tns:nonNegativeIntegerProp

  • is read-only

dataType

Specifies the media type of the value of property data. The media type is expressed as a type/subtype pair. For example, image/jpeg identifies images in JPEG format using JFIF encoding, and text/plain identifies plaintext.

This property

  • is of type string

    is encoded as type tns:stringProp

  • can contain at least 255 characters

images

Reserved.

locale

Specifies the locale for this object. The format of the locale follows the Internet Engineering Task Force (IETF) open standard RFC3066.

When used by bibus » contact, this property determines the language and data format of the returned content.

Use the appropriate language so that users understand object names and search paths. Use the appropriate region so that date, time, and currency values are presented in the proper localized format.

This property

  • is of type language

    is encoded as type tns:languageProp

  • must contain no more than 64 characters

  • is searchable

pages

Reserved.