ReportingService2006.GetExecutionOptions Method

Definition

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

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

Parameters

Report
String

The fully qualified URL of the report including the file name and .rdl file name extension.

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 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems>

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 a NoSchedule object.

Applies to