ReportParameter.Nullable 属性

定义

得到 Boolean 一个值,表示参数值是否可以是 null

public:
 property bool Nullable { bool get(); };
public bool Nullable { get; }
member this.Nullable : bool
Public ReadOnly Property Nullable As Boolean

属性值

A Boolean 表示报告参数是否可以为空。 值表示 true 参数可以为空。 值 false 表示参数不能为空。

适用于