バージョン

SectionLogicalPageNumber プロパティ (ReportPagePresenter)

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

プロパティ値

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

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

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

参照