public interface IChartIO
When using the method QbReportDesigner.setChartIO(quadbase.chart.designer.IChartIO cio); the IChartIO Object is passed in for this purpose.
All implementing class must implement the method saveChartFile().
Modifier and Type | Method and Description |
---|---|
java.lang.String |
saveChartFile(byte[] data,
java.lang.String fileName)
Restrict the user where he/she will be able to save the chart file.
|
java.lang.String saveChartFile(byte[] data, java.lang.String fileName)
data
- the byte data to be written to file.fileName
- the entire path and name of where the report file will be saved originally.