ReportingService2010::GetExecutionOptions Method (String^, ScheduleDefinitionOrReference^%)
Returns the execution option and associated settings for an individual item. This method applies to the Report item type.
Assembly: ReportService2010 (in ReportService2010.dll)
public: [SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)] [SoapHeaderAttribute("TrustedUserHeaderValue")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetExecutionOptions", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)] String^ GetExecutionOptions( String^ ItemPath, [OutAttribute] ScheduleDefinitionOrReference^% Item )
Parameters
- ItemPath
-
Type:
System::String^
The fully qualified URL of the item including the file name and, in SharePoint mode, the extension.
- Item
-
Type:
ReportService2010::ScheduleDefinitionOrReference^%
[out] A ScheduleDefinitionOrReference object that represents a schedule definition or reference to a shared schedule.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | |
SharePoint Mode Required Permissions |
This method returns either a ScheduleDefinition object or a ScheduleReference object.
If the execution options for an item do not contain schedule information, the Item parameter is a NoScheduleobject.
Show: