Add Método
Renders the specified Page and stores the results as the last page in the collection.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Sub Add ( _
page As Page _
)
'Uso
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
)
Parámetros
- page
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .Page
The Page object to append to the collection.