<< Click to Display Table of Contents >>
global.reusedatamoduletype
Sets the type of data to reuse while binding a report.
Values
none |
Do not reuse data(The default value) |
odi |
Reuse ODI data |
Reference
If you use the data reuse function, it makes reuse of the same data cached in the client. So, it can reduce the data binding time and server load.
If you set this parameter to odi, ODI data is reused only when all conditions below are satisfied with.
•ODI address, category and file name are the same.
•All values of ODI parameter are the same.
•Maximum number of rows and the value of the Use property set in Report Designer are the same.
•Viewer is not rerun.
•Data of report is not refreshed.
If you rerun the viewer by refreshing the web page or refreshing the data by using Refresh Report Dialog Box, Parameter toolbar and Rebind function, the data reuse function will not work. But, if you rerun the viewer in the multi-report environment or add two or more same ODI to OZR, it requests data for only one time. And then it reuses the data.