ReportingService2006.GetExecutionOptions 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 l'option d'exécution et les paramètres associés pour un rapport individuel.
public:
ReportService2006::ExecutionSettingEnum GetExecutionOptions(System::String ^ Report, [Runtime::InteropServices::Out] ReportService2006::ScheduleDefinitionOrReference ^ % Item);
public ReportService2006.ExecutionSettingEnum GetExecutionOptions (string Report, out ReportService2006.ScheduleDefinitionOrReference Item);
member this.GetExecutionOptions : string * ScheduleDefinitionOrReference -> ReportService2006.ExecutionSettingEnum
Public Function GetExecutionOptions (Report As String, ByRef Item As ScheduleDefinitionOrReference) As ExecutionSettingEnum
Paramètres
- Report
- String
URL complète du rapport, y compris le nom de fichier et l'extension de nom de fichier .rdl.
[out] Objet ScheduleDefinitionOrReference qui représente une définition de planification ou une référence à une planification partagée.
Retours
Valeur ExecutionSettingEnum.
Remarques
Le tableau suivant présente les informations relatives aux en-têtes et aux autorisations sur cette opération.
En-têtes SOAP | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
Autorisations requises | <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> |
La GetExecutionOptions méthode retourne un ScheduleDefinition objet ou un ScheduleReference objet.
Si les options d’exécution d’un rapport ne contiennent pas d’informations de planification, le Item
paramètre est un NoSchedule objet.