Share via


Report.DeferVariableEvaluation Property

Definition

Indicates whether the variables throughout the report do not have to be pre-evaluated at the beginning of report processing.

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

Property Value

True if the variables throughout the report do not have to be pre-evaluated at the beginning of report processing; otherwise, false.

Attributes

Applies to