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 Type
    Method
    Description
    boolean
    Gets or sets value indicates that if detail is empty then the master data must be printed anyway.
    void
    setPrintIfDetailEmpty(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)