ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Object
    public abstract System.object Value {get; set;}
    See Also