ReportExecutionService.FindString(Int32, Int32, String) 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.
Retourne le numéro de page logique de l'occurrence suivante de la chaîne spécifiée.
public:
int FindString(int StartPage, int EndPage, System::String ^ FindValue);
public int FindString (int StartPage, int EndPage, string FindValue);
member this.FindString : int * int * string -> int
Public Function FindString (StartPage As Integer, EndPage As Integer, FindValue As String) As Integer
Paramètres
- StartPage
- Int32
Page sur laquelle la recherche de la chaîne doit commencer. La recherche commence le StartPage
et se poursuit jusqu’à la fin du document avant de recommencer et de se terminer sur .EndPage
Spécifiez la valeur 0 pour commencer au début de l'instantané.
- EndPage
- Int32
Page sur laquelle la recherche de la chaîne doit s'arrêter. Spécifiez la valeur 0 pour arrêter à la page de démarrage.
- FindValue
- String
Chaîne à rechercher.
Retours
Integer
contenant le numéro de page avec l'occurrence suivante de la chaîne, ou 0 si la chaîne est introuvable.
Remarques
Le tableau suivant présente les informations relatives aux en-têtes et aux autorisations sur cette opération.
Utilisation de l’en-tête SOAP | (In) TrustedUserHeaderValue (In) ExecutionHeaderValue (Out) ServerInfoHeaderValue |
Autorisations requises en mode natif | Aucun |
Mode SharePoint Autorisations requises | Aucun |
Si aucune instantané n’existe, une erreur est retournée.