Report.DeferVariableEvaluation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出報告中變數是否在報表處理開始時不需要預先評估。
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
- 屬性