All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.compiere.jr.report.JRViewerProvider Maven / Gradle / Ivy

package org.compiere.jr.report;

import net.sf.jasperreports.engine.JRException;
import net.sf.jasperreports.engine.JasperPrint;

public interface JRViewerProvider {

	public void openViewer(JasperPrint jasperPrint, String title) throws JRException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy