[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Variable.Value

Value Property

Value

Gets or sets a value of the variable.

Declaration
public ExpressionInfo Value { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object representing the value of the variable.

Examples
Variable myVariable = new Variable();
myVariable.Value = "=Sum(Sales)";