Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the parameter value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Value As Nullable(Of ReportExpression)
Get
Set
'Usage
Dim instance As ParameterValue
Dim value As Nullable(Of ReportExpression)
value = instance.Value
instance.Value = value
public Nullable<ReportExpression> Value { get; set; }
public:
property Nullable<ReportExpression> Value {
Nullable<ReportExpression> get ();
void set (Nullable<ReportExpression> value);
}
member Value : Nullable<ReportExpression> with get, set
function get Value () : Nullable<ReportExpression>
function set Value (value : Nullable<ReportExpression>)
Property Value
Type: System.Nullable<ReportExpression>
A Nullable<T> object.