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

In This Topic
    IconName Property
    In This Topic
    Gets or sets the name in the C1PrintDocument.Dictionary of the icon used to represent the current node.
    Syntax
    'Declaration
     
    Public Property IconName As System.String
    public System.string IconName {get; set;}
    See Also