PageCollection.Insert(Int32, Page) Method

Definition

Inserts the specified page into the collection at the point specified by the index.

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)

Parameters

index
Int32

The zero-based index specifying the location in the collection where the page is inserted.

page
Page

The Page object to be inserted into the collection.

Applies to