言語

Report.DeferVariableEvaluation プロパティ

定義

レポート全体の変数がレポート処理開始時に事前評価される必要がないかどうかを示します。

public:
 property bool DeferVariableEvaluation { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool DeferVariableEvaluation { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.DeferVariableEvaluation : bool with get, set
Public Property DeferVariableEvaluation As Boolean

プロパティ値

True レポート全体の変数がレポート処理開始時に事前評価される必要がなければ、それ以外は false

属性

適用対象