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.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public bool DeferVariableEvaluation { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public Property DeferVariableEvaluation As Boolean Get Set |