Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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 (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
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.