Insert メソッド

指定したページをインデックスで示されるコレクション内の位置に挿入します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Sub Insert ( _
    index As Integer, _
    page As Page _
)
'使用
Dim instance As PageCollection
Dim index As Integer
Dim page As Page

instance.Insert(index, page)
public void Insert(
    int index,
    Page page
)
public:
void Insert(
    int index, 
    Page^ page
)
member Insert : 
        index:int * 
        page:Page -> unit 
public function Insert(
    index : int, 
    page : Page
)

パラメーター

  • index
    型: System. . :: . .Int32
    ページが挿入されるコレクション内の位置を指定する、0 から始まるインデックスです。