ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapAppearanceRule Class / EndValue Property

In This Topic
    EndValue Property (MapAppearanceRule)
    In This Topic
    Gets or sets the end value for the distribution. Automatically calculated if omitted. Ignored if DistributionType = Custom.
    Syntax
    'Declaration
     
    Public Property EndValue As ExpressionInfo
    public ExpressionInfo EndValue {get; set;}
    See Also