共用方式為


ReportExecutionService.ExecutionHeaderValue 屬性

Provides SOAP header information, including the ExecutionID used when working with report executions.

命名空間:  ReportExecution2005
組件:  ReportExecution2005 (在 ReportExecution2005.dll 中)

語法

'宣告
Public Property ExecutionHeaderValue As ExecutionHeader 
    Get 
    Set
'用途
Dim instance As ReportExecutionService 
Dim value As ExecutionHeader 

value = instance.ExecutionHeaderValue

instance.ExecutionHeaderValue = value
public ExecutionHeader ExecutionHeaderValue { get; set; }
public:
property ExecutionHeader^ ExecutionHeaderValue {
    ExecutionHeader^ get ();
    void set (ExecutionHeader^ value);
}
member ExecutionHeaderValue : ExecutionHeader with get, set
function get ExecutionHeaderValue () : ExecutionHeader 
function set ExecutionHeaderValue (value : ExecutionHeader)

屬性值

型別:ReportExecution2005.ExecutionHeader
An ExecutionHeader object containing state information about the report server session.

備註

You can use the ExecutionId property of the P:ReportExecution2005.ReportExecutionService.ExecutionHeaderValue class with the GetExecutionInfo method to get state information about an execution. The ExecutionId property is populated when you call the LoadReportDefinition or LoadReport methods. You can use the ExecutionID value to access multiple executions from your application. 

請參閱

參考

ReportExecutionService 類別

ReportExecution2005 命名空間

其他資源

識別執行狀態