PageCollection.Insert(Int32, Page) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.