ReportParameter.Nullable 属性

定义

指示参数的值是否可为 null

public:
 property bool Nullable { bool get(); void set(bool value); };
public bool Nullable { get; set; }
member this.Nullable : bool with get, set
Public Property Nullable As Boolean

属性值

一个 Boolean 值。 值 true 指示参数值可以为 null

适用于