Package net.sf.jasperreports.engine.xml
Class ReportWriterConfiguration
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.ReportWriterConfiguration
-
public class ReportWriterConfiguration extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ReportWriterConfiguration(JasperReportsContext jasperReportsContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JasperReportsContext
getJasperReportsContext()
boolean
isExcludeUuids()
boolean
isPropertyToWrite(String propertyName)
-
-
-
Constructor Detail
-
ReportWriterConfiguration
public ReportWriterConfiguration(JasperReportsContext jasperReportsContext)
-
-
Method Detail
-
getJasperReportsContext
public JasperReportsContext getJasperReportsContext()
-
isExcludeUuids
public boolean isExcludeUuids()
-
isPropertyToWrite
public boolean isPropertyToWrite(String propertyName)
-
-