Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / Legend Class / Automatic Property

In This Topic
    Automatic Property
    In This Topic
    Gets or sets a value indicating whether the current legend's items are automatically generated at runtime from the map's layers. If true, the Items collection is ignored.
    Syntax
    'Declaration
     
    Public Property Automatic As Boolean
    public bool Automatic {get; set;}
    See Also