ExecutionInfo.NeedsProcessing 속성

정의

실행과 연관된 스냅샷을 생성할지 재처리해야 하는지 여부를 나타냅니다.

public:
 property bool NeedsProcessing { bool get(); void set(bool value); };
public bool NeedsProcessing { get; set; }
member this.NeedsProcessing : bool with get, set
Public Property NeedsProcessing As Boolean

속성 값

Boolean 값입니다.

설명

이는 다음과 같은 경우에 해당합니다:

  • Render 보고서 작성 요청이 들어왔습니다.

  • 보고서의 매개변수 값이 변경된 경우.

  • 새로운 자격 증명 세트가 설정되었다면,

  • ResetExecution 이 실시간 또는 임시 스냅샷에서 호출됩니다.

  • 이 속성이 참일 때, 다음 메서드 호출 Render 에서 스냅샷이 생성되거나 재처리됩니다.

적용 대상