ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ParameterDescriptor Class / SelectAllValue Property

In This Topic
    SelectAllValue Property (ParameterDescriptor)
    In This Topic
    Gets or sets the value used to represent the selection of all possible items in a multi-value parameter.
    Syntax
    'Declaration
     
    Public Property SelectAllValue As Object
    public object SelectAllValue {get; set;}

    Property Value

    An System.Object that represents the "Select All" option in multi-value parameters.
    See Also