ReportingService2005.GetReportHistoryOptions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回为报表生成的报表历史记录快照选项和属性。
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
参数
- Report
- String
报表的完整路径名。
- KeepExecutionSnapshots
- Boolean
[out] 一个Boolean
表达式,该表达式指示是否为报表收集报表历史记录。 默认值为 false
。
[out] 一个 ScheduleDefinitionOrReference 对象,该对象表示 ScheduleDefinition 对象、ScheduleReference 对象或 NoSchedule 对象。
返回
一个Boolean
表达式,该表达式指示是否为报表收集报表历史记录。 默认值为 false
。
注解
下表显示了有关此操作的标头和权限信息。
SOAP 标头 | (Out) ServerInfoHeaderValue |
所需的权限 | ReadPolicy |