Partager via


Méthode PageCollection.Add

Renders the specified Page and stores the results as the last page in the collection.

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

Syntaxe

'Déclaration
Public Sub Add ( _
    page As Page _
)
'Utilisation
Dim instance As PageCollection 
Dim page As Page

instance.Add(page)
public void Add(
    Page page
)
public:
void Add(
    Page^ page
)
member Add : 
        page:Page -> unit
public function Add(
    page : Page
)

Paramètres

Voir aussi

Référence

PageCollection Classe

Espace de noms Microsoft.ReportingServices.ReportRendering