Partager via


Méthode PageCollection.RemoveAt

Removes a page from the collection found at the location specified by the index.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Sub RemoveAt ( _
    index As Integer _
)
'Utilisation
Dim instance As PageCollection 
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)
public:
void RemoveAt(
    int index
)
member RemoveAt : 
        index:int -> unit
public function RemoveAt(
    index : int
)

Paramètres

  • index
    Type : System.Int32
    An integer value indicating the location in the collection where the Page to be removed is located.

Voir aussi

Référence

PageCollection Classe

Espace de noms Microsoft.ReportingServices.ReportRendering