ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / LegendOption Class / RangeOptions Property

In This Topic
    RangeOptions Property (LegendOption)
    In This Topic
    Gets or sets legend range options
    Syntax
    'Declaration
     
    Public Property RangeOptions As Collection(Of LegendRangeOption)
    public Collection<LegendRangeOption> RangeOptions {get; set;}
    See Also