Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Inserts the specified page into the collection at the point specified by the index.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Sub Insert ( _
index As Integer, _
page As Page _
)
'Uso
Dim instance As PageCollection
Dim index As Integer
Dim page As Page
instance.Insert(index, page)
public void Insert(
int index,
Page page
)
public:
void Insert(
int index,
Page^ page
)
member Insert :
index:int *
page:Page -> unit
public function Insert(
index : int,
page : Page
)
Parámetros
- index
Tipo: System.Int32
The zero-based index specifying the location in the collection where the page is inserted.
- page
Tipo: Microsoft.ReportingServices.ReportRendering.Page
The Page object to be inserted into the collection.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering