ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ApplyParametersActionValue Class / Value Property

In This Topic
    Value Property (ApplyParametersActionValue)
    In This Topic
    Gets the optional value of the parameter. Must be specified for 'Set' and 'Toggle' apply types.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Object
    public object Value {get;}

    Property Value

    An System.Object representing the optional value of the parameter.
    See Also