Modifier and Type | Origin and Description |
---|---|
public BBJasperXLSExporter |
BBJasper.BBJasperView.XLSExporter!()
XLS exporter which contains export options |
Modifier and Type | Origin and Description |
---|---|
public BBJasperXLSExporter |
BBJasper.BBJasperViewerControl.getXLSExporter()
getXLSExporter Returns the XLS exporter which contains export options |
Modifier and Type | Origin and Description |
---|---|
public void |
BBJasper.BBJasperReport.exportToXLS(BBjNumber p_onClient, BBjString p_filepath$, BBJasperXLSExporter p_bbjasperXLSExporter!)
exportToXLS Exports the report in XLS file format |
public void |
BBJasper.BBJasperReport.exportToXLS(BBjNumber p_onClient, BBjString p_filepath$, BBjNumber p_multipleSheets, BBJasperXLSExporter p_bbjasperXLSExporter!)
exportToXLS Exports the report in XLS file format |
public void |
BBJasper.BBJasperViewerControl.setXLSExporter(BBJasperXLSExporter p_xlsExporter!)
setXLSExporter Sets the XLS exporter which contains export options |
public static void |
BBJasper.BBJasperPrint.exportToXLS(JasperPrint@ p_jasperPrint!, BBjString p_filepath$, BBjNumber p_multipleSheets, BBJasperXLSExporter p_bbjasperXLSExporter!)
exportToXLS Exports a client report to a client XLS file |
public static void |
BBJasper.BBJasperPrint.exportToXLS(JasperPrint p_jasperPrint!, BBjString p_filepath$, BBjNumber p_multipleSheets, BBJasperXLSExporter p_bbjasperXLSExporter!)
exportToXLS Exports a server report to a server XLS file |