See also:
How-to article for more information,
including a sample Klip and troubleshooting tips.
| Properties Summary | |
boolean |
secure
Specifies whether or not to use SSL/TLS for transport layer security (default is false). |
| Function Summary | |
function
|
createService( <String> url )
Creates a session with the server name and port combined. |
function
|
getLastError()
Gets the latest error. |
function
|
getXML()
Gets the XML body of the report last run. |
function
|
loadReport( path )
Loads a report based on the report's deployed project path. |
function
|
run()
Runs or re-runs the report that has been loaded. |
function
|
setVirtualDirectory( reportServer )
Specifies a different report server virtual directory (default is "ReportServer"). |
| Properties Detail |
secure
boolean secure
-
Specifies whether or not to use SSL/TLS for transport layer security (default is false).
Set to true to use SSL/TLS.
| Function Detail |
createService
function createService( <String> url )
- Creates a session with the server name and port combined.
-
Parameters:
url - name of the server and port (default port is 80)
getLastError
function getLastError()
- Gets the latest error.
getXML
function getXML()
- Gets the XML body of the report last run.
loadReport
function loadReport( path )
- Loads a report based on the report's deployed project path.
-
Parameters:
String - path deployed project path
run
function run()
- Runs or re-runs the report that has been loaded.
-
Returns:
-
true on success; otherwise false
setVirtualDirectory
function setVirtualDirectory( reportServer )
- Specifies a different report server virtual directory (default is "ReportServer").
This directory is based on your IIS settings.
-
Parameters:
String - reportServer name of the virtual directory to set as a report server
|
Klipfolio Dashboard API | ||||||||
| PREV OBJECT NEXT OBJECT | FRAMES NO FRAMES | ||||||||
| SUMMARY: PROPERTY | FUNCTION | DETAIL: PROPERTY | FUNCTION | ||||||||
© 2011 Klipfolio Inc. All Rights Reserved.