[]
Gets or sets the value passed when the "Select All" option is chosen for a multiline parameter.
public ExpressionInfo SelectAllValue { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object representing the value passed when the "Select All" option is chosen. |
ReportParameter reportParameter = new ReportParameter();
reportParameter.SelectAllValue = "*";