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

In This Topic
    Calculated Property (Tag)
    In This Topic
    Gets or sets a value indicating whether the Value property contains a string with a script expression which must be evaluated when the tag is rendered.
    Syntax
    'Declaration
     
    Public Property Calculated As Boolean
    public bool Calculated {get; set;}
    See Also