[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportParameter.SelectAllValue

SelectAllValue Property

SelectAllValue

Gets or sets the value passed when the "Select All" option is chosen for a multiline parameter.

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

An ExpressionInfo object representing the value passed when the "Select All" option is chosen.

Examples
ReportParameter reportParameter = new ReportParameter();
reportParameter.SelectAllValue = "*";