com.stimulsoft.report.components.interfaces
Interface IStiPrintOnAllPages

All Known Implementing Classes:
StiColumnFooterBand, StiColumnHeaderBand, StiCrossDataBand, StiCrossFooterBand, StiCrossGroupHeaderBand, StiCrossHeaderBand, StiDataBand, StiFooterBand, StiGroupHeaderBand, StiHeaderBand, StiHierarchicalBand, StiTable, StiTableOfContents

public interface IStiPrintOnAllPages

Allows to control of the component printing on all pages.


Method Summary
 boolean getPrintOnAllPages()
          Gets or sets value indicates that the component is printed on all pages.
 void setPrintOnAllPages(boolean value)
           
 

Method Detail

getPrintOnAllPages

boolean getPrintOnAllPages()
Gets or sets value indicates that the component is printed on all pages.


setPrintOnAllPages

void setPrintOnAllPages(boolean value)