Interface IStiPrintIfEmpty
- All Known Implementing Classes:
StiColumnFooterBand,StiColumnHeaderBand,StiCrossFooterBand,StiCrossHeaderBand,StiCrossTab,StiFooterBand,StiHeaderBand,StiReportSummaryBand,StiReportTitleBand
public interface IStiPrintIfEmpty
Allows to control of data printing, if data is empty.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets value indicates that if no data then print headers and footers etc.voidsetPrintIfEmpty(boolean value)
-
Method Details
-
getPrintIfEmpty
boolean getPrintIfEmpty()Gets or sets value indicates that if no data then print headers and footers etc. -
setPrintIfEmpty
void setPrintIfEmpty(boolean value)
-