Langue

PageCollection.Insert(Int32, Page) Méthode

Définition

Insère la page spécifiée dans la collection au point indiqué par l’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)

Paramètres

index
Int32

L’index à base zéro spécifie l’emplacement dans la collection où la page est insérée.

page
Page

Objet Page à insérer dans la collection.

S’applique à