ActiveReports 18 .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 GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo EndValue {get; set;}
    See Also