FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.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.Win.FlexReport.CustomFields.Map in the report.
    Syntax
    'Declaration
     
    Public Property LayerStyle As ILegendItem
    public ILegendItem LayerStyle {get; set;}
    See Also