Modifier and Type | Origin and Description |
---|---|
public BBJasperPDFExporter |
BBJasper.BBJasperView.PDFExporter!()
PDF exporter which contains export options |
Modifier and Type | Origin and Description |
---|---|
public BBJasperPDFExporter |
BBJasper.BBJasperViewerControl.getPDFExporter()
getPDFExporter Returns the PDF exporter which contains export options |
Modifier and Type | Origin and Description |
---|---|
public void |
BBJasper.BBJasperReport.exportToPDF(BBjNumber p_onClient, BBjString p_filepath$, BBJasperPDFExporter p_bbjasperPDFExporter!)
exportToPDF Exports the report in PDF file format |
public void |
BBJasper.BBJasperViewerControl.setPDFExporter(BBJasperPDFExporter p_pdfExporter!)
setPDFExporter Sets the PDF exporter which contains export options |
public static void |
BBJasper.BBJasperPrint.exportToPDF(JasperPrint@ p_jasperPrint!, BBjString p_filepath$, BBJasperPDFExporter p_bbjasperPDFExporter!)
exportToPDF Exports a client report to a client PDF file |
public static void |
BBJasper.BBJasperPrint.exportToPDF(JasperPrint p_jasperPrint!, BBjString p_filepath$, BBJasperPDFExporter p_bbjasperPDFExporter!)
exportToPDF Exports a server report to a server PDF file |