共用方式為


ReportParameterInfo.Nullable 屬性

指出參數值是否可為 nullnull 參考 (在 Visual Basic 中為 Nothing)。唯讀。

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

語法

'宣告
Public ReadOnly Property Nullable As Boolean
    Get
'用途
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.Nullable
public bool Nullable { get; }
public:
property bool Nullable {
    bool get ();
}
member Nullable : bool
function get Nullable () : boolean

屬性值

型別:System.Boolean
唯讀 Boolean 值。

請參閱

參考

ReportParameterInfo 類別

Microsoft.Reporting.WebForms 命名空間