|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.crystaldecisions.reports.sdk.PrintOutputController
A controller for handling printing and exporting operations.
Method Summary | |
java.io.InputStream |
export(ReportExportFormat format)
Exports this document to the specified format. |
void |
printReport(PrintReportOptions printReportOptions)
Prints a report to a specified printer that is controlled by RAS SDK server-side printing. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void printReport(PrintReportOptions printReportOptions) throws ReportSDKPrinterException
Prints a report to a specified printer that is controlled by RAS SDK server-side printing.
printReportOptions
- the PrintReportOptions
of the report to be printed by RAS SDK server-side printing
ReportSDKPrinterException
public java.io.InputStream export(ReportExportFormat format) throws ReportSDKException
Exports this document to the specified format.
format
- A ReportExportFormat
object that specifies the export format of the
report.
InputStream
object containing the report document exported to the specified
format.
ReportSDKException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |