ReportingService2005.GetExecutionOptions Method

Definition

Returns the execution option and associated settings for an individual report.

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

Parameters

Report
String

The full path name of the report.

Item
ScheduleDefinitionOrReference

[out] A ScheduleDefinitionOrReference object that represents a schedule definition or reference to a shared schedule.

Returns

A ExecutionSettingEnum value.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions ReadPolicy

The GetExecutionOptions method returns either a ScheduleDefinition object or a ScheduleReference object.

If the execution options for a report do not contain schedule information, the Item parameter is null (Nothing in Visual Basic).

Applies to