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

In This Topic
    Value Property (Field)
    In This Topic
    Gets or sets the expression that evaluates to the value of this field. For example: =Fields!Price.Value+Fields!Tax.Value. The expression cannot contain aggregates or references to report items. Field must have exactly one of the following: DataField or Value.
    Syntax
    'Declaration
     
    Public Property Value As RdlObject
    public RdlObject Value {get; set;}
    See Also