<< Click to Display Table of Contents >>

IReportInfo

This interface provides a method to set additional information about a report when generating an OZD with multiple reports.


Method Detail

getItemName

public String getItemName()

Gets the item name.

getCategoryName

public String getCategoryName()

Gets the category name of the item.

addURL

public void addURL(String[] urls)

Sets the URL of the image file included in the report as array.

Parameters:

urls - Image file URL

addURL

public void addURL(String url)

Sets the URL of the image file included in the report.

Parameters:

url - Image file URL

addParameter

public void addParameter(String key, String value)

Configures the parameter values.

Parameters:

key - Parameter name

value - Parameter value

addODIParameter

public void addODIParameter(String odiName, String key, String value)

Configures the ODI parameter values.

Parameters:

odiName - ODI name

key - ODI parameter name

value - ODI parameter value

addProperties

public void addProperties(String key, String value)

Configures report save options.

Parameters:

key - Property name

value - Property value

addFrameworkURL

public void addFrameworkURL(String fxName, String url, String charset)

Configures the framework URL of FX data.

Parameters:

fxName - FX data name

url - Framework URL

charset - Character set for parameter of framework URL