Class CrystalOutputGeneratorImpl
java.lang.Object
net.datenwerke.rs.crystal.service.crystal.reportengine.output.generator.CrystalOutputGeneratorImpl
- All Implemented Interfaces:
ReportOutputGenerator,CrystalOutputGenerator
- Direct Known Subclasses:
CrystalCSVOutputGenerator,CrystalExcelOutputGenerator,CrystalPDFOutputGenerator,CrystalPNGOutputGenerator,CrystalTextOutputGenerator,CrystalWordOutputGenerator,CrystalXMLOutputGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this generator should be used if the format is not recognized.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.rs.crystal.service.crystal.reportengine.output.generator.CrystalOutputGenerator
exportReportMethods inherited from interface net.datenwerke.rs.core.service.reportmanager.output.ReportOutputGenerator
getFormatInfo, getFormats
-
Constructor Details
-
Method Details
-
isCatchAll
public boolean isCatchAll()Description copied from interface:ReportOutputGeneratorReturns true if this generator should be used if the format is not recognized.- Specified by:
isCatchAllin interfaceReportOutputGenerator
-