Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagBase Class / Value Property

In This Topic
    Value Property (TagBase)
    In This Topic
    Gets or sets the value of the current tag.
    Syntax
    'Declaration
     
    Public MustOverride Property Value As Object
    public abstract object Value {get; set;}
    See Also