Klipfolio Dashboard API

Object Engines.ReportingServices

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

Advanced Feature This object is an advanced feature that is only available in the licensed, commercial version of Klipfolio Dashboard. Contact Klipfolio for further details.

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
          Advanced Feature Specifies whether or not to use SSL/TLS for transport layer security (default is false).
   
Function Summary
 function createService( <String> url )
           Advanced Feature Creates a session with the server name and port combined.
 function getLastError()
           Advanced Feature Gets the latest error.
 function getXML()
           Advanced Feature Gets the XML body of the report last run.
 function loadReport( path )
           Advanced Feature Loads a report based on the report's deployed project path.
 function run()
           Advanced Feature Runs or re-runs the report that has been loaded.
 function setVirtualDirectory( reportServer )
           Advanced Feature 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.