Compartir a través de


Report.DeferVariableEvaluation Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property DeferVariableEvaluation As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel