ReportingService2005.GetReportHistoryOptions Metodo

Definizione

Restituisce l'opzione e le proprietà dello snapshot della cronologia del report generate per un report.

public:
 bool GetReportHistoryOptions(System::String ^ Report, [Runtime::InteropServices::Out] bool % KeepExecutionSnapshots, [Runtime::InteropServices::Out] ReportService2005::ScheduleDefinitionOrReference ^ % Item);
public bool GetReportHistoryOptions (string Report, out bool KeepExecutionSnapshots, out ReportService2005.ScheduleDefinitionOrReference Item);
member this.GetReportHistoryOptions : string * bool * ScheduleDefinitionOrReference -> bool
Public Function GetReportHistoryOptions (Report As String, ByRef KeepExecutionSnapshots As Boolean, ByRef Item As ScheduleDefinitionOrReference) As Boolean

Parametri

Report
String

Nome e percorso completo del report.

KeepExecutionSnapshots
Boolean

[out] Espressione Boolean che indica se la cronologia del report viene raccolta per il report. Il valore predefinito è false.

Item
ScheduleDefinitionOrReference

[out] Oggetto ScheduleDefinitionOrReference che rappresenta un oggetto ScheduleDefinition, un oggetto ScheduleReference o un oggetto NoSchedule.

Restituisce

Espressione Boolean che indica se la cronologia del report viene raccolta per il report. Il valore predefinito è false.

Commenti

Nella tabella seguente vengono mostrate le informazioni sull'intestazione e sulle autorizzazioni relative a questa operazione.

Intestazioni SOAP (Out) ServerInfoHeaderValue
Autorizzazioni necessarie ReadPolicy

Si applica a