The IC1WebReportService type exposes the following members.

Methods

  Name Description
Public method Export
Export the document specified by documentKey to the specified format.
Public method ExportToFile
Export the document specified by documentKey to the specified format and returns url that can be used to download file.
Public method GetDocumentKey
Gets a key that can be used to access a cached document.
Public method GetDocumentOutline
Gets the document outlines' tree.
Public method GetDocumentStatus
Retrieves a document's or report's status by file/report/parameters.
Public method GetPageHtmlMarkup
Gets the page HTML markup.
Public method GetPageImage
Gets the page image.
Public method GetPageImagesMarkup
Gets the document/report page images markup.
Public method GetUnpagedHtmlMarkup
Gets the HTML report markup.
Public method HasCachedDocument(String, String)
Checks whether a previously cached report or document is available.
Public method HasCachedDocument(String, String, array<ReportParameterValue>[]()[][])
Checks whether a previously cached report or document is available.
Public method OnDocumentChanged
Tells the service that the document has changed.
Public method SearchText
Searches the text.

See Also