PageCollection.Insert(Int32, Page) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的頁面插入集合中由索引所指定的點。
public:
void Insert(int index, Microsoft::ReportingServices::ReportRendering::Page ^ page);
public void Insert (int index, Microsoft.ReportingServices.ReportRendering.Page page);
member this.Insert : int * Microsoft.ReportingServices.ReportRendering.Page -> unit
Public Sub Insert (index As Integer, page As Page)
參數
- index
- Int32
指定集合中插入頁面的位置之以零為基底的索引。