バージョン

AddPage(Single,Single) メソッド

Infragistics.Documents.Reports.Report.Section.IPage インターフェイスを実装する新しいスタンドアローン オブジェクトを作成し、それをオブジェクトの内部コレクションに追加します。
シンタックス
'宣言
 
Overloads Function AddPage( _
   ByVal width As Single, _
   ByVal height As Single _
) As ISectionPage
ISectionPage AddPage( 
   float width,
   float height
)

パラメータ

width
スタンドアローン ページの幅。
height
スタンドアローン ページの高さ。

戻り値の型

Infragistics.Documents.Reports.Report.Section.IPage インターフェイスを実装するオブジェクト。
参照