Interface IStiPrintIfDetailEmpty
- All Known Implementing Classes:
StiCrossDataBand,StiDataBand,StiHierarchicalBand,StiTable,StiTableOfContents
public interface IStiPrintIfDetailEmpty
Allows to print data, if detail is empty.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets value indicates that if detail is empty then the master data must be printed anyway.voidsetPrintIfDetailEmpty(boolean value)
-
Method Details
-
getPrintIfDetailEmpty
boolean getPrintIfDetailEmpty()Gets or sets value indicates that if detail is empty then the master data must be printed anyway. -
setPrintIfDetailEmpty
void setPrintIfDetailEmpty(boolean value)
-