ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace / MultiValueParameter Class / Value Property

In This Topic
    Value Property (MultiValueParameter)
    In This Topic
    Gets the array of values of the report parameter.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Value As Object
    public override object Value {get; set;}
    See Also