PageCollection.Add(Page) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affiche les éléments spécifiés Page et stocke les résultats à la dernière page de la collection.
public:
void Add(Microsoft::ReportingServices::ReportRendering::Page ^ page);
public void Add(Microsoft.ReportingServices.ReportRendering.Page page);
member this.Add : Microsoft.ReportingServices.ReportRendering.Page -> unit
Public Sub Add (page As Page)