ActiveReports 19 .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 ExpressionInfo
    public ExpressionInfo Value {get; set;}
    See Also