Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts the specified page into the collection at the point specified by the index.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
page As Page _
)
'Usage
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
)
Parameters
- index
Type: System.Int32
The zero-based index specifying the ___location in the collection where the page is inserted.
- page
Type: Microsoft.ReportingServices.ReportRendering.Page
The Page object to be inserted into the collection.