com.stimulsoft.report.components.interfaces
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
 boolean getPrintIfEmpty()
          Gets or sets value indicates that if no data then print headers and footers etc.
 void setPrintIfEmpty(boolean value)
           
 

Method Detail

getPrintIfEmpty

boolean getPrintIfEmpty()
Gets or sets value indicates that if no data then print headers and footers etc.


setPrintIfEmpty

void setPrintIfEmpty(boolean value)