Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / DeferVariableEvaluation Property

In This Topic
    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