<< 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.
Property Detail
ItemName
string ItemName()
Gets the item name.
CategoryName
string CategoryName()
Gets the category name of the item.
Method Detail
AddURL
void AddURL(params string[] urls)
Sets the URL of the image file included in the report as array.
Parameters:
urls - Image file URL
AddParameter
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 - Option name
value - Option value
AddFrameworkURL
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