Freigeben über


Report.DeferVariableEvaluation-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property DeferVariableEvaluation As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

Report Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace