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

In This Topic
    LayerStyle Property
    In This Topic
    Gets or sets the layer or style associated with the current legend item. The layer or style may belong to a different C1.C1Report.CustomFields.Map in the report.
    Syntax
    'Declaration
     
    Public Property LayerStyle As ILegendItem
    public ILegendItem LayerStyle {get; set;}
    See Also