ReportExecutionService.ExecutionHeaderValue 속성

정의

보고서 실행 작업 시 사용되는 ExecutionID 를 포함하여 SOAP 헤더 정보를 제공합니다.

public:
 property ReportExecution2005::ExecutionHeader ^ ExecutionHeaderValue { ReportExecution2005::ExecutionHeader ^ get(); void set(ReportExecution2005::ExecutionHeader ^ value); };
public ReportExecution2005.ExecutionHeader ExecutionHeaderValue { get; set; }
member this.ExecutionHeaderValue : ReportExecution2005.ExecutionHeader with get, set
Public Property ExecutionHeaderValue As ExecutionHeader

속성 값

보고서 서버 세션에 대한 상태 정보를 포함하는 ExecutionHeader 개체입니다.

설명

클래스의 ExecutionIdP:ReportExecution2005.ReportExecutionService.ExecutionHeaderValue 속성을 메서드와 함께 GetExecutionInfo 사용하여 실행에 대한 상태 정보를 가져올 수 있습니다. 속성은 ExecutionId 또는 LoadReport 메서드를 LoadReportDefinition 호출할 때 채워집니다. 값을 사용하여 ExecutionID 애플리케이션에서 여러 실행에 액세스할 수 있습니다.

적용 대상