ActiveReports Developer 7
Value Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReferenceLine Class : Value Property

Glossary Item Box

Gets or sets the ExpressionInfo to evaluate to determine the location of the reference line.

Syntax

Visual Basic (Declaration) 
Public Property Value As ExpressionInfo
C# 
public ExpressionInfo Value {get; set;}

See Also