PageCollection.Add(Page) Method

Definition

Renders the specified Page and stores the results as the last page in the 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)

Parameters

page
Page

The Page object to append to the collection.

Applies to