Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Parameter Class / Value Property

In This Topic
    Value Property (Parameter)
    In This Topic
    Gets or sets value or expression that evaluates to the value to hand in for the parameter to the subreport or control. For Drillthrough in Chart, this is the name of a DataField from which to obtain the value rather than an expression.
    Syntax
    'Declaration
     
    Public Property Value As RdlObject
    public RdlObject Value {get; set;}
    See Also