Partager via


Propriété DeferVariableEvaluation

Indicates that variables throughout the report do not have to be pre-evaluated at the beginning of report processing. They can be evaluated on-demand based on usage. Deferred variable evaluation can improve performance but should not be used if any variables are time-dependent.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property DeferVariableEvaluation As Boolean
    Get
    Set
'Utilisation
Dim instance As Report
Dim value As Boolean

value = instance.DeferVariableEvaluation

instance.DeferVariableEvaluation = value
public bool DeferVariableEvaluation { get; set; }
public:
property bool DeferVariableEvaluation {
    bool get ();
    void set (bool value);
}
member DeferVariableEvaluation : bool with get, set
function get DeferVariableEvaluation () : boolean
function set DeferVariableEvaluation (value : boolean)

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value.