ReportingService2005.GetExecutionOptions Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns the execution option and associated settings for an individual report.
Syntax
'Declaration
Public Function GetExecutionOptions ( _
Report As String, _
ByRef Item As ScheduleDefinitionOrReference _
) As ExecutionSettingEnum
public ExecutionSettingEnum GetExecutionOptions (
string Report,
out ScheduleDefinitionOrReference Item
)
public:
ExecutionSettingEnum GetExecutionOptions (
String^ Report,
ScheduleDefinitionOrReference^% Item
)
public ExecutionSettingEnum GetExecutionOptions (
String Report,
/** @attribute */ /** @ref */ ScheduleDefinitionOrReference Item
)
JScript does not support passing value-type arguments by reference.
Parameters
- Report
The full path name of the report.
- Item
[out] A ScheduleDefinitionOrReference object that represents a schedule definition or reference to a shared schedule.
Return Value
A ExecutionSettingEnum value.
Remarks
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).
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
See Also
Reference
ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace