Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / Calculated Property

In This Topic
    Calculated Property (RenderField)
    In This Topic
    Gets or sets a value indicating whether the Text property should be interpreted as a literal value or as a calculated expression.
    Syntax
    'Declaration
     
    Public Property Calculated As Boolean
    public bool Calculated {get; set;}
    Remarks

    If this property is set to false, the value of the Text property is inserted in the document without any further processing.

    If this property is set to true, the value of the Text property is evaluated as a script expression and the result of the expression is inserted in the document.

    See Also