public interface IDocumentWriter
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
close this document writer; this method might trigger updates of the
report document
|
void |
setRunnable(IReportRunnable runnable)
set a report runnable which can be used to update a report document
|
void setRunnable(IReportRunnable runnable) throws EngineException
runnable - a report runnableEngineExceptionvoid close()
Copyright © 2008 Actuate Corp. All rights reserved.