DeferVariableEvaluation Property
In This Topic
Gets or sets a value indicating that variables throughout the report are not required to be pre-evaluated at the start of report processing and may be evaluated on-demand based on usage. Deferred variable evaluation can improve performance but should not be used if any variables are time-dependent.
Syntax
'Declaration
Public Property DeferVariableEvaluation As Boolean
public bool DeferVariableEvaluation {get; set;}
See Also