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 命名空间