1 28 package net.sf.jasperreports.engine; 29 30 38 public interface JRDatasetRun 39 { 40 45 public String getDatasetName(); 46 47 48 55 public JRExpression getParametersMapExpression(); 56 57 58 63 public JRDatasetParameter[] getParameters(); 64 65 66 73 public JRExpression getConnectionExpression(); 74 75 76 83 public JRExpression getDataSourceExpression(); 84 85 } 86 | Popular Tags |