Partager via


Méthode PageCollection.Insert

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

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Sub Insert ( _
    index As Integer, _
    page As Page _
)
'Utilisation
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
)

Paramètres

  • index
    Type : System.Int32
    The zero-based index specifying the location in the collection where the page is inserted.

Voir aussi

Référence

PageCollection Classe

Espace de noms Microsoft.ReportingServices.ReportRendering