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 Type
    Method
    Description
    boolean
    Gets or sets value indicates that if no data then print headers and footers etc.
    void
    setPrintIfEmpty(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)