Report.SetPage(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Use ReportSection.SetPage(Int32, Int32) instead.
Définit le numéro de page actuel et le nombre de pages total. Cette méthode doit être appelée avant GetPageSections. L'argument totalPages doit être exact si NeedsHeaderFooterEvaluation est True. Sinon, cet argument est inutilisé.
public:
void SetPage(int pageNumber, int totalPages);
[System.Obsolete("Use ReportSection.SetPage(Int32, Int32) instead.")]
public void SetPage (int pageNumber, int totalPages);
[<System.Obsolete("Use ReportSection.SetPage(Int32, Int32) instead.")>]
member this.SetPage : int * int -> unit
Public Sub SetPage (pageNumber As Integer, totalPages As Integer)
Paramètres
- pageNumber
- Int32
Numéro de page.
- totalPages
- Int32
Nombre total de pages.
- Attributs