ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Tag Class / Description Property

In This Topic
    Description Property (Tag)
    In This Topic
    Gets or sets the description of the tag. If not empty, used as the label in the tag input dialog. (If Description is empty, NamedCollectionItem.Name is shown in the input dialog instead.)
    Syntax
    'Declaration
     
    Public Property Description As System.String
    public System.string Description {get; set;}
    See Also