Klipfolio Dashboard API

Object Engines.ReportingServices

Object
   |
   +--Klip
         |
         +--Engines
               |
               +--Engines.ReportingServices

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
          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

Function Detail

createService

function createService( <String> url )

getLastError

function getLastError()

getXML

function getXML()

loadReport

function loadReport( path )

run

function run()

setVirtualDirectory

function setVirtualDirectory( reportServer )

Klipfolio Dashboard API

© 2011 Klipfolio Inc. All Rights Reserved.