public class

FastReportPDFExportAddOn

extends AbstractAppAddOn
java.lang.Object
   ↳ com.microstrategy.web.app.addons.AbstractAppAddOn
     ↳ com.microstrategy.web.app.addons.FastReportPDFExportAddOn

This class is deprecated.
This class is no longer used by the application

Class Overview

Title: FastReportPDFExportAddOn

Description: This add on works on the ReportBean so it gets resolved before it is called to be exported. This will trigger the prompt and/or wait page if required

Copyright: Copyright (c) 2002

Company: Microstrategy, Inc.

Summary

Public Constructors
FastReportPDFExportAddOn()
Public Methods
String getAddOnDescription()
void preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
void setBeanName(String name)
This method is deprecated. Use setReportBean instead.
void setReportBean(String reportBean)
Sets the Bean name
[Expand]
Inherited Methods
From class com.microstrategy.web.app.addons.AbstractAppAddOn
From class java.lang.Object
From interface com.microstrategy.web.app.addons.AppAddOns

Public Constructors

public FastReportPDFExportAddOn ()

Public Methods

public String getAddOnDescription ()

public void preCollectData (PageComponent pg)

This is the main method of the add on which executes the add on. This has to be a static method.

Parameters
pg is the PageComponent.

public void setBeanName (String name)

This method is deprecated.
Use setReportBean instead.

Sets the Bean name

Parameters
name bean name

public void setReportBean (String reportBean)

Sets the Bean name

Parameters
reportBean bean name