[]
Gets or sets the expression that evaluates to the value to pass for the parameter to the subreport.
public ExpressionInfo Value { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object that evaluates to the value to pass for the parameter to the subreport. |
Parameter param = new Parameter();
param.Value = "=Fields!OrderID.Value";