Modifier and Type | Origin and Description |
---|---|
public BBJasperCSVExporter |
BBJasper.BBJasperView.CSVExporter!()
CSV exporter which contains export options |
Modifier and Type | Origin and Description |
---|---|
public BBJasperCSVExporter |
BBJasper.BBJasperViewerControl.getCSVExporter()
getCSVExporter Returns the CSV exporter which contains export options |
Modifier and Type | Origin and Description |
---|---|
public void |
BBJasper.BBJasperReport.exportToCSV(BBjNumber p_onClient, BBjString p_filepath$, BBJasperCSVExporter p_bbjasperCSVExporter!)
exportToCSV Exports the report in CSV file format |
public void |
BBJasper.BBJasperViewerControl.setCSVExporter(BBJasperCSVExporter p_csvExporter!)
setCSVExporter Sets the CSV exporter which contains export options |
public static void |
BBJasper.BBJasperPrint.exportToCSV(JasperPrint@ p_jasperPrint!, BBjString p_filepath$, BBJasperCSVExporter p_bbjasperCSVExporter!)
exportToCSV Exports a client report to a client CSV file |
public static void |
BBJasper.BBJasperPrint.exportToCSV(JasperPrint p_jasperPrint!, BBjString p_filepath$, BBJasperCSVExporter p_bbjasperCSVExporter!)
exportToCSV Exports a server report to a server CSV file |