ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportParameter Class / SelectAllValue Property

In This Topic
    SelectAllValue Property (ReportParameter)
    In This Topic
    If not null, determines the value which will be passed in parameter value if "Select All" flag was set for multiline parameter.
    Syntax
    'Declaration
     
    Public Property SelectAllValue As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo SelectAllValue {get; set;}
    See Also