バージョン

SectionPhysicalPageNumber プロパティ (ReportPagePresenter)

このセクション内でのこのページの物理ページ番号 (読み取り専用)。
シンタックス
'宣言
 
Public ReadOnly Property SectionPhysicalPageNumber As Integer
public int SectionPhysicalPageNumber {get;}

プロパティ値

このセクションで現在のページの物理ページ番号を表す 1 から始まる整数。
解説

レポートに複数セクションがある場合、このプロパティは各セクションで 1 から始まります。

注:Infragistics.Windows.Reporting.ReportSettings.HorizontalPaginationMode プロパティは「Scale」に設定する場合、このプロパティは Infragistics.Windows.Reporting.ReportSettings.HorizontalPaginationMode と同じ値を返します。

参照