Interface ReportCreator
- All Known Implementing Classes:
BasicReportCreator
,ReportCreatorSupport
,VirtualizerReportCreator
public interface ReportCreator
帳票作成処理をあらわすインターフェース。
-
Method Summary
Modifier and TypeMethodDescription帳票を作成します。帳票のストリームオブジェクトを返します。
-
Method Details
-
createReport
帳票を作成します。- Parameters:
ctx
- 帳票コンテキスト- Returns:
- 帳票ファイルオブジェクト
-
createReportStream
帳票のストリームオブジェクトを返します。- Parameters:
ctx
- 帳票コンテキスト- Returns:
- 帳票ストリームオブジェクト
-