The Interactive Reporting document is compressed into the specified file.
Note:
Returns true if the file is compressed, or false if the file does not require compression.
Example using compressBqy():
var bln = domSrc.compressBqy(strNameOld, strNameNew, intInsHdrLen)
Parameter | Description |
---|---|
strNameOld | The Interactive Reporting document name to be compressed |
strNameNew | The name of the compressed Interactive Reporting document. If it is identical to strNameOld, then the old uncompressed file is removed |
intInsHdrLen | The number of bytes of Interactive Reporting Web Client (Insight) Header to skip to get to the main header |