ComponentOne Reports for WPF
C1.C1Report Namespace / ReportParameter Class / Value Property

In This Topic
    Value Property (ReportParameter)
    In This Topic
    Gets or sets the parameter value.
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}
    See Also