public class DocumentUtil
extends java.lang.Object
| 构造器和说明 |
|---|
DocumentUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReportDesignHandle |
serialize(ReportDesignHandle designHandle,
java.io.OutputStream out)
Writes the report design to the given output stream.
|
public static ReportDesignHandle serialize(ReportDesignHandle designHandle, java.io.OutputStream out) throws java.io.IOException
onSave if the save succeeds.designHandle - the report design to serializeout - the output stream to which the design is written.java.io.IOException - if the file cannot be written to the output stream
successfully.Copyright © 2008 Actuate Corp. All rights reserved.