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

In This Topic
    Value Property (Variable)
    In This Topic
    Gets or sets expression to evaluate globally for the report or for each group instance. Unlike expressions evaluated in visual elements of the report, each instance of this expression is calculated only once when the report is executed and never recalculated during subsequent renderings. This is necessary for time-dependent calculations.
    Syntax
    'Declaration
     
    Public Property Value As RdlObject
    public RdlObject Value {get; set;}
    See Also