Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renders the specified Page and stores the results as the last page in the collection.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub Add ( _
page As Page _
)
'Usage
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
)
Parameters
- page
Type: Microsoft.ReportingServices.ReportRendering.Page
The Page object to append to the collection.