Home DevShare Deploying BIRT Reports

Enable Interactivity using JSAPI

Share

by averma

Forum - 500 postsDevShare - 50 postsBlog - 25 postsPoll Voter
Posted 19 Dec 2011 - 04:14 PM

(0)  (0)   (234 views)

By downloading this item, you are agreeing to the Terms of Use for the site.

The actuate.Viewer class retrieves and displays Actuate BIRT report contents in an HTML container. This class has several methods to control the display properties including a method enableIV() that enables the interactive viewing features.

Birt Version:-Actuate 11

The attached code sample uses enableIV() in a callback to submit() function that enables the interactive viewing features, here is the code excerpt:

viewer.submit(function(v){

v.enableIV();

});

 

Download (1.09 KB)

By downloading this item, you are agreeing to the Terms of Use for the site.


 
Filter More