ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataProviders Namespace / DataParameter Class / Value Property

In This Topic
    Value Property (DataParameter)
    In This Topic
    Gets or sets the value of the parameter in the SQL query.
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}

    Property Value

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