ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapAppearanceRule Class / StartValue Property

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