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

In This Topic
HasCalculatedValues Property (RenderBarCodeEx)
In This Topic
Gets a value indicating whether the CalculatedValues hashtable exists and is not empty.
Syntax
'Declaration
 
Protected ReadOnly Property HasCalculatedValues As Boolean
 
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