ReportExecutionService.ResetExecution 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过清除快照并重置会话状态重置当前报表执行。
public:
ReportExecution2005::ExecutionInfo ^ ResetExecution();
public ReportExecution2005.ExecutionInfo ResetExecution ();
member this.ResetExecution : unit -> ReportExecution2005.ExecutionInfo
Public Function ResetExecution () As ExecutionInfo
返回
一个 ExecutionInfo 对象。
注解
下表显示了有关此操作的标头和权限信息。
SOAP 标头用法 | (In) TrustedUserHeaderValue (In) ExecutionHeaderValue (Out) ServerInfoHeaderValue |
本机模式所需权限 | 在main报表和所有子报表上: ReadProperties ANDExecuteAndView |
SharePoint 模式所需权限 | 在main报表和所有子报表上:<xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> |
对于实时报表,对 的后续调用 Render 将需要重新处理。
当 AllowQueryExecution 属性为 false
时,对 Render 的后续调用将重新加载快照并在调用 ResetExecution 方法后重置会话状态。