Condividi tramite


PageCollection.Add Method

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

Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintassi

'Dichiarazione
Public Sub Add ( _
    page As Page _
)
public void Add (
    Page page
)
public:
void Add (
    Page^ page
)
public void Add (
    Page page
)
public function Add (
    page : Page
)

Parametri

  • page
    The Page object to append to the collection.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

PageCollection Class
PageCollection Members
Microsoft.ReportingServices.ReportRendering Namespace