Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderLine Class / HasCalculatedValues Property

In This Topic
    HasCalculatedValues Property (RenderLine)
    In This Topic
    Gets a value indicating whether the CalculatedValues hashtable exists and is not empty.
    Syntax
    'Declaration
     
    Protected ReadOnly Property HasCalculatedValues As Boolean
    protected bool HasCalculatedValues {get;}
    Remarks
    Because CalculatedValues always returns a non-null hashtable, initializing it if necessary, use this property to test the existence of CalculatedValues without that side-effect.
    See Also