Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.