ReportParameterInfo.Nullable 屬性

 

發佈時間: 2016年4月

指出參數值是否可為 null。唯讀。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

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

屬性值

Type: System.Boolean

唯讀 Boolean 值。

請參閱

ReportParameterInfo 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首