PageCollection.Add(Page) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)