[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Parameter.Value

Value Property

Value

Gets or sets the expression that evaluates to the value to pass for the parameter to the subreport.

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

An ExpressionInfo object that evaluates to the value to pass for the parameter to the subreport.

Examples
Parameter param = new Parameter();
param.Value = "=Fields!OrderID.Value";