public class ExportInfo extends Object
ExportInfo class is used for exporting. It contains all the
information for exporting report results.| Constructor and Description |
|---|
ExportInfo()
Constructs the information of exporting task.
|
ExportInfo(String reportName)
Constructs the information of exporting task.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Gets the output file name with full path.
|
int[] |
getPageNums()
Gets the page numbers of report result that will be exported.
|
int[][] |
getPageRange()
Gets the exported page ranges of report result.
|
String |
getReportName()
Gets the report instance name.
|
String |
getRstName()
Gets the Logi Report Result (RST) filename.
|
OutputStream |
getStream()
Gets the output stream which report result exported to.
|
String |
getViewName()
Gets the view instance name of view that will be exported.
|
boolean |
isExportAllPages() |
void |
setExportAllPages(boolean isExportAllPages) |
void |
setFileName(String fileName)
Indicates the output file name with full path.
|
void |
setPageNums(int[] pageNums)
Indicates the page numbers of report result that will be exported.
|
void |
setPageRange(int[][] pageRange)
Indicates the exported page ranges of report result.
|
void |
setReportName(String rptName)
Indicates the report instance name of reportset that will be exported.
|
void |
setRstName(String rstName)
Indicates the Logi Report Result (RST) filename with full file path.
|
void |
setStream(OutputStream stream)
Indicates the output stream which report result exported to.
|
void |
setViewName(String viewName)
Indicates the view instance name of report that will be exported.
|
public ExportInfo()
public ExportInfo(String reportName)
public void setPageNums(int[] pageNums)
pageNums - Specifies the page numbers of report result that will be exported.
The page number start from 1 and end with the total page numbers of the result.public int[] getPageNums()
public void setReportName(String rptName)
rptName - the report instance name.public String getReportName()
public void setViewName(String viewName)
viewName - Specifies the view instance name of view.public String getViewName()
public void setRstName(String rstName)
rstName - the Logi Report Result file(.rst) name.public String getRstName()
public void setFileName(String fileName)
fileName - Specifies the output file name.public String getFileName()
public void setStream(OutputStream stream)
stream - output stream which report result exported to.public OutputStream getStream()
public void setPageRange(int[][] pageRange)
pageRange - the exported page ranges of report.PDFParameterpublic int[][] getPageRange()
public boolean isExportAllPages()
public void setExportAllPages(boolean isExportAllPages)
© insightsoftware. All rights reserved.