The Engines.ReportingServices object provides access Microsoft SQL Server Reporting Services APIs to retrieve reports in XML format.
See also:
How-to article for more information,
including a sample Klip and troubleshooting tips.
| Properties Summary | |
boolean |
secure
|
| Function Summary | |
function
|
createService( <String> url )
|
function
|
getLastError()
|
function
|
getXML()
|
function
|
loadReport( path )
|
function
|
run()
|
function
|
setVirtualDirectory( reportServer )
|
| Properties Detail |
secure
boolean secure
Set to true to use SSL/TLS.
| Function Detail |
createService
function createService( <String> url )
-
Parameters:
url - name of the server and port (default port is 80)
getLastError
function getLastError()
getXML
function getXML()
loadReport
function loadReport( path )
-
Parameters:
String - path deployed project path
run
function run()
-
Returns:
-
true on success; otherwise false
setVirtualDirectory
function setVirtualDirectory( 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.