ComponentOne Reports for WPF
C1.C1Report Namespace / Field Class / Tag Property

In This Topic
    Tag Property (Field)
    In This Topic
    Gets or sets extra data needed by the calling program.
    Syntax
    'Declaration
     
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also