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

屬性

適用於