Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / LegendLayerStyleItem Class / TargetKey Property

In This Topic
    TargetKey Property
    In This Topic
    Gets or sets the key identifying the layer or style associated with this legend item. May be null or empty, in which case the item is not associated with any layer or style.
    Syntax
    'Declaration
     
    Public Property TargetKey As String
    public string TargetKey {get; set;}
    See Also