ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReferenceLine Class / Value Property

In This Topic
    Value Property (ReferenceLine)
    In This Topic
    Gets or sets the ExpressionInfo to evaluate to determine the location of the reference line.
    Syntax
    'Declaration
     
    Public Property Value As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Value {get; set;}
    See Also