Interface IStiResetPageNumber
- All Known Implementing Classes:
StiBand,StiChildBand,StiColumnFooterBand,StiColumnHeaderBand,StiCrossDataBand,StiCrossFooterBand,StiCrossGroupFooterBand,StiCrossGroupHeaderBand,StiCrossHeaderBand,StiDataBand,StiDynamicBand,StiEmptyBand,StiFooterBand,StiForm,StiGroupFooterBand,StiGroupHeaderBand,StiHeaderBand,StiHierarchicalBand,StiOverlayBand,StiPage,StiPageFooterBand,StiPageHeaderBand,StiReportSummaryBand,StiReportTitleBand,StiStaticBand,StiTable,StiTableOfContents
public interface IStiResetPageNumber
Allows to reset page number on this control.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanAllows to reset page number on this control.voidsetResetPageNumber(boolean value)
-
Method Details
-
getResetPageNumber
boolean getResetPageNumber()Allows to reset page number on this control. -
setResetPageNumber
void setResetPageNumber(boolean value)
-